Unnamed: 0
int64
0
832k
id
float64
2.49B
32.1B
type
stringclasses
1 value
created_at
stringlengths
19
19
repo
stringlengths
7
112
repo_url
stringlengths
36
141
action
stringclasses
3 values
title
stringlengths
1
744
labels
stringlengths
4
574
body
stringlengths
9
211k
index
stringclasses
10 values
text_combine
stringlengths
96
211k
label
stringclasses
2 values
text
stringlengths
96
188k
binary_label
int64
0
1
5,084
18,518,032,298
IssuesEvent
2021-10-20 12:24:34
CDCgov/prime-field-teams
https://api.github.com/repos/CDCgov/prime-field-teams
closed
Kickoff Meetings/Follow Up
sender-automation State-Arizona
**Main Objectives & Tasks:** - [ ] Review & document the existing process (Current State Diagram will be produced). - [ ] Request OKTA account logins. - [ ] Obtain the first de-identified CSV file. - [ ] Send Terms of Service (TOS) - [ ] Receive agreement of TOS
1.0
Kickoff Meetings/Follow Up - **Main Objectives & Tasks:** - [ ] Review & document the existing process (Current State Diagram will be produced). - [ ] Request OKTA account logins. - [ ] Obtain the first de-identified CSV file. - [ ] Send Terms of Service (TOS) - [ ] Receive agreement of TOS
non_process
kickoff meetings follow up main objectives tasks review document the existing process current state diagram will be produced request okta account logins obtain the first de identified csv file send terms of service tos receive agreement of tos
0
294,628
9,037,823,955
IssuesEvent
2019-02-09 14:35:23
metabase/metabase
https://api.github.com/repos/metabase/metabase
closed
Error embedding dashboard with locked parameters
Bug Embedding Parameters/Variables Priority/P1
Hi, I am creating a dashboard on Metabase to embed it into an application. This dashboard has two questions, one of which was created using the Metabase query builder (AOV) and the other was created using SQL (GMV). When I set the `brand_id` parameter on the question, I get an error saying that an error ocurred while running the query, but everything works fine for the AOV question. Can you help me? ![image](https://user-images.githubusercontent.com/25157901/51500038-ba180a80-1db3-11e9-80ed-fe22443adc05.png) The error that I get is: ``` Missing id: {…} ​ values: Object { values: (60) […], human_readable_values: {}, field_id: 1241 } ​ <prototype>: Object { … } ``` And the GMV query is below: ``` SELECT sum("public"."crm_store_sales"."total") AS "sum" FROM "public"."crm_store_sales" WHERE TRUE [[AND {{ brand_id }}]] [[AND {{ data }}]] ``` I am using Metabase 0.31.2 on AWS EKS, using an internal Postgres database and querying another Postgres database. I am accessing Metabase through Firefox 64 on Windows 10.
1.0
Error embedding dashboard with locked parameters - Hi, I am creating a dashboard on Metabase to embed it into an application. This dashboard has two questions, one of which was created using the Metabase query builder (AOV) and the other was created using SQL (GMV). When I set the `brand_id` parameter on the question, I get an error saying that an error ocurred while running the query, but everything works fine for the AOV question. Can you help me? ![image](https://user-images.githubusercontent.com/25157901/51500038-ba180a80-1db3-11e9-80ed-fe22443adc05.png) The error that I get is: ``` Missing id: {…} ​ values: Object { values: (60) […], human_readable_values: {}, field_id: 1241 } ​ <prototype>: Object { … } ``` And the GMV query is below: ``` SELECT sum("public"."crm_store_sales"."total") AS "sum" FROM "public"."crm_store_sales" WHERE TRUE [[AND {{ brand_id }}]] [[AND {{ data }}]] ``` I am using Metabase 0.31.2 on AWS EKS, using an internal Postgres database and querying another Postgres database. I am accessing Metabase through Firefox 64 on Windows 10.
non_process
error embedding dashboard with locked parameters hi i am creating a dashboard on metabase to embed it into an application this dashboard has two questions one of which was created using the metabase query builder aov and the other was created using sql gmv when i set the brand id parameter on the question i get an error saying that an error ocurred while running the query but everything works fine for the aov question can you help me the error that i get is missing id … ​ values object values human readable values field id ​ object … and the gmv query is below select sum public crm store sales total as sum from public crm store sales where true i am using metabase on aws eks using an internal postgres database and querying another postgres database i am accessing metabase through firefox on windows
0
470,549
13,540,269,067
IssuesEvent
2020-09-16 14:27:57
zephyrproject-rtos/zephyr
https://api.github.com/repos/zephyrproject-rtos/zephyr
closed
build errors for some samples/ on lpcxpresso55s69_cpu1
bug platform: NXP priority: medium
**Describe the bug** This PR https://github.com/zephyrproject-rtos/zephyr/pull/27549 encountered build errors for the platform `lpcxpresso55s69_cpu1` on some samples. No build errors occured for lpcxpresso55s69_cpu0. These 10 are from the buildkite report https://buildkite.com/zephyr/zephyr/builds/5366#4f785229-ffdf-4f11-b5c3-e8984a6ff795 - samples/mpu/mpu_test/sample.mpu.mpu_test - samples/drivers/led_apa102c_bitbang/sample.drivers.led.apa102c_bitbang - samples/drivers/flash_shell/sample.drivers.flash.shell - samples/drivers/entropy/sample.drivers.entropy - samples/drivers/crypto/sample.drivers.crypto.mbedtls.micro - samples/drivers/crypto/sample.drivers.crypto.mbedtls - samples/basic/threads/sample.basic.threads - samples/basic/button/sample.basic.button - samples/application_development/out_of_tree_driver/sample.drivers.out_of_tree - samples/application_development/external_lib/sample.app_dev.external_lib Also includes samples/hello_world **To Reproduce** For example, ` west build -p -b lpcxpresso55s69_cpu1 samples/mpu/mpu_test` **Expected behavior** No cmake build error using this board identifier. **Impact** **Logs and console output** ``` $ west build -p -b lpcxpresso55s69_cpu1 samples/mpu/mpu_test -- west build: making build dir /home/jennife2/zephyrproject/zephyr/build pristine -- west build: generating a build system Including boilerplate (Zephyr base): /home/jennife2/zephyrproject/zephyr/cmake/app/boilerplate.cmake -- Application: /home/jennife2/zephyrproject/zephyr/samples/mpu/mpu_test -- Zephyr version: 2.3.99 (/home/jennife2/zephyrproject/zephyr) -- Found Python3: /usr/bin/python3.7 (found suitable exact version "3.7.7") found components: Interpreter -- Found west: /home/jennife2/.local/bin/west (found suitable version "0.7.2", minimum required is "0.7.1") -- Board: lpcxpresso55s69_cpu1 -- Found toolchain: zephyr (/home/jennife2/zephyr-sdk-0.11.3) -- Found dtc: /home/jennife2/zephyr-sdk-0.11.3/sysroots/x86_64-pokysdk-linux/usr/bin/dtc (found suitable version "1.5.0", minimum required is "1.4.6") -- Found BOARD.dts: /home/jennife2/zephyrproject/zephyr/boards/arm/lpcxpresso55s69/lpcxpresso55s69_cpu1.dts -- Generated zephyr.dts: /home/jennife2/zephyrproject/zephyr/build/zephyr/zephyr.dts -- Generated devicetree_unfixed.h: /home/jennife2/zephyrproject/zephyr/build/zephyr/include/generated/devicetree_unfixed.h Parsing /home/jennife2/zephyrproject/zephyr/Kconfig Loaded configuration '/home/jennife2/zephyrproject/zephyr/boards/arm/lpcxpresso55s69/lpcxpresso55s69_cpu1_defconfig' Merged configuration '/home/jennife2/zephyrproject/zephyr/samples/mpu/mpu_test/prj.conf' error: ARM (defined at arch/Kconfig:27) is assigned in a configuration file, but is not directly user-configurable (has no prompt). It gets its value indirectly from other symbols. See http://docs.zephyrproject.org/latest/reference/kconfig/CONFIG_ARM.html and/or look up ARM in the menuconfig/guiconfig interface. The Application Development Primer, Setting Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be helpful too. CMake Error at /home/jennife2/zephyrproject/zephyr/cmake/kconfig.cmake:230 (message): command failed with return code: 1 Call Stack (most recent call first): /home/jennife2/zephyrproject/zephyr/cmake/app/boilerplate.cmake:529 (include) /home/jennife2/zephyrproject/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:24 (include) /home/jennife2/zephyrproject/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:35 (include_boilerplate) CMakeLists.txt:5 (find_package) -- Configuring incomplete, errors occurred! FATAL ERROR: command exited with status 1: /home/jennife2/bin/cmake/cmake-3.13.1-Linux-x86_64/bin/cmake -DWEST_PYTHON=/usr/bin/python3 -B/home/jennife2/zephyrproject/zephyr/build -S/home/jennife2/zephyrproject/zephyr/samples/mpu/mpu_test -GNinja -DBOARD=lpcxpresso55s69_cpu1 ``` **Environment (please complete the following information):** - OS: Fedora 30 - Toolchain; Zephyr SDK - f75f8be
1.0
build errors for some samples/ on lpcxpresso55s69_cpu1 - **Describe the bug** This PR https://github.com/zephyrproject-rtos/zephyr/pull/27549 encountered build errors for the platform `lpcxpresso55s69_cpu1` on some samples. No build errors occured for lpcxpresso55s69_cpu0. These 10 are from the buildkite report https://buildkite.com/zephyr/zephyr/builds/5366#4f785229-ffdf-4f11-b5c3-e8984a6ff795 - samples/mpu/mpu_test/sample.mpu.mpu_test - samples/drivers/led_apa102c_bitbang/sample.drivers.led.apa102c_bitbang - samples/drivers/flash_shell/sample.drivers.flash.shell - samples/drivers/entropy/sample.drivers.entropy - samples/drivers/crypto/sample.drivers.crypto.mbedtls.micro - samples/drivers/crypto/sample.drivers.crypto.mbedtls - samples/basic/threads/sample.basic.threads - samples/basic/button/sample.basic.button - samples/application_development/out_of_tree_driver/sample.drivers.out_of_tree - samples/application_development/external_lib/sample.app_dev.external_lib Also includes samples/hello_world **To Reproduce** For example, ` west build -p -b lpcxpresso55s69_cpu1 samples/mpu/mpu_test` **Expected behavior** No cmake build error using this board identifier. **Impact** **Logs and console output** ``` $ west build -p -b lpcxpresso55s69_cpu1 samples/mpu/mpu_test -- west build: making build dir /home/jennife2/zephyrproject/zephyr/build pristine -- west build: generating a build system Including boilerplate (Zephyr base): /home/jennife2/zephyrproject/zephyr/cmake/app/boilerplate.cmake -- Application: /home/jennife2/zephyrproject/zephyr/samples/mpu/mpu_test -- Zephyr version: 2.3.99 (/home/jennife2/zephyrproject/zephyr) -- Found Python3: /usr/bin/python3.7 (found suitable exact version "3.7.7") found components: Interpreter -- Found west: /home/jennife2/.local/bin/west (found suitable version "0.7.2", minimum required is "0.7.1") -- Board: lpcxpresso55s69_cpu1 -- Found toolchain: zephyr (/home/jennife2/zephyr-sdk-0.11.3) -- Found dtc: /home/jennife2/zephyr-sdk-0.11.3/sysroots/x86_64-pokysdk-linux/usr/bin/dtc (found suitable version "1.5.0", minimum required is "1.4.6") -- Found BOARD.dts: /home/jennife2/zephyrproject/zephyr/boards/arm/lpcxpresso55s69/lpcxpresso55s69_cpu1.dts -- Generated zephyr.dts: /home/jennife2/zephyrproject/zephyr/build/zephyr/zephyr.dts -- Generated devicetree_unfixed.h: /home/jennife2/zephyrproject/zephyr/build/zephyr/include/generated/devicetree_unfixed.h Parsing /home/jennife2/zephyrproject/zephyr/Kconfig Loaded configuration '/home/jennife2/zephyrproject/zephyr/boards/arm/lpcxpresso55s69/lpcxpresso55s69_cpu1_defconfig' Merged configuration '/home/jennife2/zephyrproject/zephyr/samples/mpu/mpu_test/prj.conf' error: ARM (defined at arch/Kconfig:27) is assigned in a configuration file, but is not directly user-configurable (has no prompt). It gets its value indirectly from other symbols. See http://docs.zephyrproject.org/latest/reference/kconfig/CONFIG_ARM.html and/or look up ARM in the menuconfig/guiconfig interface. The Application Development Primer, Setting Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be helpful too. CMake Error at /home/jennife2/zephyrproject/zephyr/cmake/kconfig.cmake:230 (message): command failed with return code: 1 Call Stack (most recent call first): /home/jennife2/zephyrproject/zephyr/cmake/app/boilerplate.cmake:529 (include) /home/jennife2/zephyrproject/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:24 (include) /home/jennife2/zephyrproject/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:35 (include_boilerplate) CMakeLists.txt:5 (find_package) -- Configuring incomplete, errors occurred! FATAL ERROR: command exited with status 1: /home/jennife2/bin/cmake/cmake-3.13.1-Linux-x86_64/bin/cmake -DWEST_PYTHON=/usr/bin/python3 -B/home/jennife2/zephyrproject/zephyr/build -S/home/jennife2/zephyrproject/zephyr/samples/mpu/mpu_test -GNinja -DBOARD=lpcxpresso55s69_cpu1 ``` **Environment (please complete the following information):** - OS: Fedora 30 - Toolchain; Zephyr SDK - f75f8be
non_process
build errors for some samples on describe the bug this pr encountered build errors for the platform on some samples no build errors occured for these are from the buildkite report samples mpu mpu test sample mpu mpu test samples drivers led bitbang sample drivers led bitbang samples drivers flash shell sample drivers flash shell samples drivers entropy sample drivers entropy samples drivers crypto sample drivers crypto mbedtls micro samples drivers crypto sample drivers crypto mbedtls samples basic threads sample basic threads samples basic button sample basic button samples application development out of tree driver sample drivers out of tree samples application development external lib sample app dev external lib also includes samples hello world to reproduce for example west build p b samples mpu mpu test expected behavior no cmake build error using this board identifier impact logs and console output west build p b samples mpu mpu test west build making build dir home zephyrproject zephyr build pristine west build generating a build system including boilerplate zephyr base home zephyrproject zephyr cmake app boilerplate cmake application home zephyrproject zephyr samples mpu mpu test zephyr version home zephyrproject zephyr found usr bin found suitable exact version found components interpreter found west home local bin west found suitable version minimum required is board found toolchain zephyr home zephyr sdk found dtc home zephyr sdk sysroots pokysdk linux usr bin dtc found suitable version minimum required is found board dts home zephyrproject zephyr boards arm dts generated zephyr dts home zephyrproject zephyr build zephyr zephyr dts generated devicetree unfixed h home zephyrproject zephyr build zephyr include generated devicetree unfixed h parsing home zephyrproject zephyr kconfig loaded configuration home zephyrproject zephyr boards arm defconfig merged configuration home zephyrproject zephyr samples mpu mpu test prj conf error arm defined at arch kconfig is assigned in a configuration file but is not directly user configurable has no prompt it gets its value indirectly from other symbols see and or look up arm in the menuconfig guiconfig interface the application development primer setting configuration values and kconfig tips and best practices sections of the manual might be helpful too cmake error at home zephyrproject zephyr cmake kconfig cmake message command failed with return code call stack most recent call first home zephyrproject zephyr cmake app boilerplate cmake include home zephyrproject zephyr share zephyr package cmake zephyrconfig cmake include home zephyrproject zephyr share zephyr package cmake zephyrconfig cmake include boilerplate cmakelists txt find package configuring incomplete errors occurred fatal error command exited with status home bin cmake cmake linux bin cmake dwest python usr bin b home zephyrproject zephyr build s home zephyrproject zephyr samples mpu mpu test gninja dboard environment please complete the following information os fedora toolchain zephyr sdk
0
68,505
7,098,521,560
IssuesEvent
2018-01-15 05:52:47
mkenney/go-chrome
https://api.github.com/repos/mkenney/go-chrome
closed
Add unit tests for `socket/protocol.profiler.go`
good first issue help wanted ✓ tests
### What version of `go-chrome` are you using (tagged commit, commit hash or `master`)? `master` ### What behavior do you expect? What are you trying to accomplish? Unit tests exist with complete code coverage for `protocol.profiler.go` ### What behavior are you experiencing instead? Tests do not exist or do not pass ### How can this behavior be reproduced? `go test github.com/mkenney/go-chrome/socket`
1.0
Add unit tests for `socket/protocol.profiler.go` - ### What version of `go-chrome` are you using (tagged commit, commit hash or `master`)? `master` ### What behavior do you expect? What are you trying to accomplish? Unit tests exist with complete code coverage for `protocol.profiler.go` ### What behavior are you experiencing instead? Tests do not exist or do not pass ### How can this behavior be reproduced? `go test github.com/mkenney/go-chrome/socket`
non_process
add unit tests for socket protocol profiler go what version of go chrome are you using tagged commit commit hash or master master what behavior do you expect what are you trying to accomplish unit tests exist with complete code coverage for protocol profiler go what behavior are you experiencing instead tests do not exist or do not pass how can this behavior be reproduced go test github com mkenney go chrome socket
0
8,586
11,757,118,780
IssuesEvent
2020-03-13 13:04:42
symfony/symfony
https://api.github.com/repos/symfony/symfony
closed
Node Process 132 exit code.
Bug Process Status: Needs Review Status: Waiting feedback Unconfirmed
Any idea why always get 132 exit code following coding? This work fine on window platform, but not on Linux platform. ```php $script = 'var d = 1;console.log(d);'; file_put_contents($tempFilePath, $script); $process = new \Symfony\Component\Process\Process([$this->nodePath, $tempFilePath ], null, null, null, null); $process->mustRun()->getOutput(); ```
1.0
Node Process 132 exit code. - Any idea why always get 132 exit code following coding? This work fine on window platform, but not on Linux platform. ```php $script = 'var d = 1;console.log(d);'; file_put_contents($tempFilePath, $script); $process = new \Symfony\Component\Process\Process([$this->nodePath, $tempFilePath ], null, null, null, null); $process->mustRun()->getOutput(); ```
process
node process exit code any idea why always get exit code following coding this work fine on window platform but not on linux platform php script var d console log d file put contents tempfilepath script process new symfony component process process null null null null process mustrun getoutput
1
12,576
14,988,869,757
IssuesEvent
2021-01-29 02:19:58
Ghost-chu/QuickShop-Reremake
https://api.github.com/repos/Ghost-chu/QuickShop-Reremake
closed
[BUG] Quickshop changes disable-move-event: in the paper.yml file even if hopper protection is disabled
Bug In Process Priority:Major
**Describe the bug** When using Paperspigot, the plugin changes the _disable-move-event_ setting under _hoppers_ to true even if you disabled hopper protection in the quickshop config. It doesn't matter if I try to disable the hopper protection, do a restart and then change the quickshop protection and vice versa. I tried disabling and deleting the cache but that didn't help either. I also regenerated the config file. **To Reproduce** Steps to reproduce the behavior: 1. Change hopper protection to false in the quickshop config. 2. Change disable-move-event to true in paper.yml 3. Restart the server 4. See warning **Expected behavior** It should do nothing with the paper.yml file if the protection is off. I'd even go as far and say it shouldn't change the paper.yml file at all. A warning at server start-up should be enough. **Screenshots** ![image](https://user-images.githubusercontent.com/9975975/106219991-d341c600-61da-11eb-9f48-68fdee1f7aba.png) ![image](https://user-images.githubusercontent.com/9975975/106220065-fd938380-61da-11eb-88c7-68ddff459108.png) **Paste link:** Execute command /qs paste, you will get a link contains your server information, paste it under this text. You must create a paste, except plugin completely won't work. If you create failed, you should find a paste file under the plugin/QuickShop folder. - Paste command doesn't work! (seriously, nothing happens. even when i do it as OP or in console) **Additional context** Paper version: 1.16.4, 448. Quickshop version: 4.0.6.3 Java version: jdk-11.0.10+9 Windows It also shows this in the console while starting up: _[02:41:40 WARN]: SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". [02:41:40 WARN]: SLF4J: Defaulting to no-operation (NOP) logger implementation [02:41:40 WARN]: SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details._ ``` [02:41:40 INFO]: [QuickShop] Enabling QuickShop v4.0.6.3 [02:41:40 INFO]: [QuickShop] Quickshop Reremake [02:41:40 INFO]: [QuickShop] Running QuickShop-Reremake on NMS version v1_16_R3 For Minecraft version 1.16.5 [02:41:40 INFO]: [QuickShop] Reading the configuration... [02:41:40 INFO]: [QuickShop] Developers: PotatoCraft Studio, Netherfoam, Timtower, KaiNoMood, Ghost_chu, Mgazul, TiaraRinne, sandtechnology [02:41:40 INFO]: [QuickShop] Original author: Netherfoam, Timtower, KaiNoMood [02:41:40 INFO]: [QuickShop] Let's start loading the plugin [02:41:40 INFO]: [QuickShop] Chat processor selected: BUNGEECHAT [02:41:40 WARN]: SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". [02:41:40 WARN]: SLF4J: Defaulting to no-operation (NOP) logger implementation [02:41:40 WARN]: SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [02:41:40 INFO]: [QuickShop] Loading plugin translations files... [02:41:40 INFO]: [QuickShop] Downloading version manifest... [02:41:40 INFO]: [QuickShop] Downloading version index... [02:41:41 WARN]: [QuickShop] Cannot get file hash for language en_us, fallback to en_us... [02:41:41 WARN]: [QuickShop] Cannot download require files, some items/blocks/potions/enchs language will use default English name. [02:41:41 INFO]: [QuickShop] Translator: Ghost_chu, Andre_601 [02:41:41 INFO]: [QuickShop] Contributors: Timtower, Netherfoam, KaiNoMood, Mgazul, JackTheChicken and Andre_601 [02:41:41 INFO]: [QuickShop] Language Zone: English (en_US) [02:41:41 INFO]: [QuickShop] Completed to load plugin translations files. [02:41:41 INFO]: [QuickShop] Starting loading items translation... [02:41:41 INFO]: [QuickShop] Complete to load items translation. [02:41:41 INFO]: [QuickShop] Starting loading enchantments translation... [02:41:41 INFO]: [QuickShop] Complete to load enchantments translation. [02:41:41 INFO]: [QuickShop] Starting loading potions translation... [02:41:41 INFO]: [QuickShop] Complete to load potions effect translation. [02:41:41 INFO]: [QuickShop] Successfully loaded OpenInv support! [02:41:41 INFO]: [QuickShop] Successfully loaded PlaceHolderAPI support! [02:41:41 INFO]: [QuickShop] Using Virtual item Display, loading ProtocolLib support... [02:41:41 INFO]: [QuickShop] Successfully loaded ProtocolLib support! [02:41:41 INFO]: [QuickShop] Selected permission provider: Bukkit [02:41:41 INFO]: [QuickShop] Manager now selected: BukkitEventManager [02:41:41 INFO]: [QuickShop] Loading shops from the database... [02:41:41 INFO]: [QuickShop] Used 1ms to fetch all shops from the database. [02:41:42 INFO]: [QuickShop] Successfully loaded 11 shops! (Used 112ms, Avg 10ms per shop) [02:41:42 INFO]: [QuickShop] 4 shops will load after chunk have loaded, 0 shops will load after the world has loaded. [02:41:42 INFO]: [QuickShop] Registering Listeners... [02:41:42 INFO]: [QuickShop] Cleaning MsgUtils... [02:41:42 INFO]: [QuickShop] Cleaning purchase messages from the database that are over a week old... [02:41:42 INFO]: [QuickShop] QuickShop Loaded! 1421 ms. [02:41:42 INFO]: [QuickShop] Log actions is enabled, actions will log in the qs.log file! ```
1.0
[BUG] Quickshop changes disable-move-event: in the paper.yml file even if hopper protection is disabled - **Describe the bug** When using Paperspigot, the plugin changes the _disable-move-event_ setting under _hoppers_ to true even if you disabled hopper protection in the quickshop config. It doesn't matter if I try to disable the hopper protection, do a restart and then change the quickshop protection and vice versa. I tried disabling and deleting the cache but that didn't help either. I also regenerated the config file. **To Reproduce** Steps to reproduce the behavior: 1. Change hopper protection to false in the quickshop config. 2. Change disable-move-event to true in paper.yml 3. Restart the server 4. See warning **Expected behavior** It should do nothing with the paper.yml file if the protection is off. I'd even go as far and say it shouldn't change the paper.yml file at all. A warning at server start-up should be enough. **Screenshots** ![image](https://user-images.githubusercontent.com/9975975/106219991-d341c600-61da-11eb-9f48-68fdee1f7aba.png) ![image](https://user-images.githubusercontent.com/9975975/106220065-fd938380-61da-11eb-88c7-68ddff459108.png) **Paste link:** Execute command /qs paste, you will get a link contains your server information, paste it under this text. You must create a paste, except plugin completely won't work. If you create failed, you should find a paste file under the plugin/QuickShop folder. - Paste command doesn't work! (seriously, nothing happens. even when i do it as OP or in console) **Additional context** Paper version: 1.16.4, 448. Quickshop version: 4.0.6.3 Java version: jdk-11.0.10+9 Windows It also shows this in the console while starting up: _[02:41:40 WARN]: SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". [02:41:40 WARN]: SLF4J: Defaulting to no-operation (NOP) logger implementation [02:41:40 WARN]: SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details._ ``` [02:41:40 INFO]: [QuickShop] Enabling QuickShop v4.0.6.3 [02:41:40 INFO]: [QuickShop] Quickshop Reremake [02:41:40 INFO]: [QuickShop] Running QuickShop-Reremake on NMS version v1_16_R3 For Minecraft version 1.16.5 [02:41:40 INFO]: [QuickShop] Reading the configuration... [02:41:40 INFO]: [QuickShop] Developers: PotatoCraft Studio, Netherfoam, Timtower, KaiNoMood, Ghost_chu, Mgazul, TiaraRinne, sandtechnology [02:41:40 INFO]: [QuickShop] Original author: Netherfoam, Timtower, KaiNoMood [02:41:40 INFO]: [QuickShop] Let's start loading the plugin [02:41:40 INFO]: [QuickShop] Chat processor selected: BUNGEECHAT [02:41:40 WARN]: SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". [02:41:40 WARN]: SLF4J: Defaulting to no-operation (NOP) logger implementation [02:41:40 WARN]: SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [02:41:40 INFO]: [QuickShop] Loading plugin translations files... [02:41:40 INFO]: [QuickShop] Downloading version manifest... [02:41:40 INFO]: [QuickShop] Downloading version index... [02:41:41 WARN]: [QuickShop] Cannot get file hash for language en_us, fallback to en_us... [02:41:41 WARN]: [QuickShop] Cannot download require files, some items/blocks/potions/enchs language will use default English name. [02:41:41 INFO]: [QuickShop] Translator: Ghost_chu, Andre_601 [02:41:41 INFO]: [QuickShop] Contributors: Timtower, Netherfoam, KaiNoMood, Mgazul, JackTheChicken and Andre_601 [02:41:41 INFO]: [QuickShop] Language Zone: English (en_US) [02:41:41 INFO]: [QuickShop] Completed to load plugin translations files. [02:41:41 INFO]: [QuickShop] Starting loading items translation... [02:41:41 INFO]: [QuickShop] Complete to load items translation. [02:41:41 INFO]: [QuickShop] Starting loading enchantments translation... [02:41:41 INFO]: [QuickShop] Complete to load enchantments translation. [02:41:41 INFO]: [QuickShop] Starting loading potions translation... [02:41:41 INFO]: [QuickShop] Complete to load potions effect translation. [02:41:41 INFO]: [QuickShop] Successfully loaded OpenInv support! [02:41:41 INFO]: [QuickShop] Successfully loaded PlaceHolderAPI support! [02:41:41 INFO]: [QuickShop] Using Virtual item Display, loading ProtocolLib support... [02:41:41 INFO]: [QuickShop] Successfully loaded ProtocolLib support! [02:41:41 INFO]: [QuickShop] Selected permission provider: Bukkit [02:41:41 INFO]: [QuickShop] Manager now selected: BukkitEventManager [02:41:41 INFO]: [QuickShop] Loading shops from the database... [02:41:41 INFO]: [QuickShop] Used 1ms to fetch all shops from the database. [02:41:42 INFO]: [QuickShop] Successfully loaded 11 shops! (Used 112ms, Avg 10ms per shop) [02:41:42 INFO]: [QuickShop] 4 shops will load after chunk have loaded, 0 shops will load after the world has loaded. [02:41:42 INFO]: [QuickShop] Registering Listeners... [02:41:42 INFO]: [QuickShop] Cleaning MsgUtils... [02:41:42 INFO]: [QuickShop] Cleaning purchase messages from the database that are over a week old... [02:41:42 INFO]: [QuickShop] QuickShop Loaded! 1421 ms. [02:41:42 INFO]: [QuickShop] Log actions is enabled, actions will log in the qs.log file! ```
process
quickshop changes disable move event in the paper yml file even if hopper protection is disabled describe the bug when using paperspigot the plugin changes the disable move event setting under hoppers to true even if you disabled hopper protection in the quickshop config it doesn t matter if i try to disable the hopper protection do a restart and then change the quickshop protection and vice versa i tried disabling and deleting the cache but that didn t help either i also regenerated the config file to reproduce steps to reproduce the behavior change hopper protection to false in the quickshop config change disable move event to true in paper yml restart the server see warning expected behavior it should do nothing with the paper yml file if the protection is off i d even go as far and say it shouldn t change the paper yml file at all a warning at server start up should be enough screenshots paste link execute command qs paste you will get a link contains your server information paste it under this text you must create a paste except plugin completely won t work if you create failed you should find a paste file under the plugin quickshop folder paste command doesn t work seriously nothing happens even when i do it as op or in console additional context paper version quickshop version java version jdk windows it also shows this in the console while starting up failed to load class org impl staticloggerbinder defaulting to no operation nop logger implementation see for further details enabling quickshop quickshop reremake running quickshop reremake on nms version for minecraft version reading the configuration developers potatocraft studio netherfoam timtower kainomood ghost chu mgazul tiararinne sandtechnology original author netherfoam timtower kainomood let s start loading the plugin chat processor selected bungeechat failed to load class org impl staticloggerbinder defaulting to no operation nop logger implementation see for further details loading plugin translations files downloading version manifest downloading version index cannot get file hash for language en us fallback to en us cannot download require files some items blocks potions enchs language will use default english name translator ghost chu andre contributors timtower netherfoam kainomood mgazul jackthechicken and andre language zone english en us completed to load plugin translations files starting loading items translation complete to load items translation starting loading enchantments translation complete to load enchantments translation starting loading potions translation complete to load potions effect translation successfully loaded openinv support successfully loaded placeholderapi support using virtual item display loading protocollib support successfully loaded protocollib support selected permission provider bukkit manager now selected bukkiteventmanager loading shops from the database used to fetch all shops from the database successfully loaded shops used avg per shop shops will load after chunk have loaded shops will load after the world has loaded registering listeners cleaning msgutils cleaning purchase messages from the database that are over a week old quickshop loaded ms log actions is enabled actions will log in the qs log file
1
12,251
14,785,767,584
IssuesEvent
2021-01-12 03:38:02
qgis/QGIS
https://api.github.com/repos/qgis/QGIS
closed
TypeError: createProcessingParameters() got an unexpected keyword argument 'include_default'
Bug Modeller Processing Regression
See also: https://github.com/qgis/QGIS/issues/40900 When using the 'Densify' algorithms (like by count or by interval) **in a model**, the following Python error shows up: ``` An error has occurred while executing Python code: TypeError: createProcessingParameters() got an unexpected keyword argument 'include_default' Traceback (most recent call last): File "/home/richard/bin/qgis_/master/debug/share/qgis/python/plugins/processing/modeler/ModelerDialog.py", line 146, in runModel self.model().setDesignerParameterValues(dlg.createProcessingParameters(include_default=False)) TypeError: createProcessingParameters() got an unexpected keyword argument 'include_default' Python version: 3.9.1 (default, Dec 8 2020, 07:51:42) [GCC 10.2.0] QGIS version: 3.17.0-Master Master, 70aea49fc4 ``` ![Screenshot-20210108105741-1128x343](https://user-images.githubusercontent.com/731673/104001718-5b1a4e80-51a0-11eb-8cfb-8f65709316c9.png) To Reproduce: Create a fresh model, add the algorithm with a valid layer as input. Run the algorithm (still all fine), and then when you close the model run dialog this is shown. With me only in Master, NOT in 3.16 QGIS version | 3.17.0-Master | QGIS code revision | 70aea49fc4 -- | -- | -- | -- Compiled against Qt | 5.15.2 | Running against Qt | 5.15.2 Compiled against GDAL/OGR | 3.2.0 | Running against GDAL/OGR | 3.2.0 Compiled against GEOS | 3.9.0-CAPI-1.16.2 | Running against GEOS | 3.9.0-CAPI-1.16.2 Compiled against SQLite | 3.34.0 | Running against SQLite | 3.34.0 PostgreSQL Client Version | 13.1 (Debian 13.1-1+b1) | SpatiaLite Version | 5.0.0 QWT Version | 6.1.4 | QScintilla2 Version | 2.11.6 Compiled against PROJ | 7.2.0 | Running against PROJ | Rel. 7.2.0, November 1st, 2020 OS Version | Debian GNU/Linux bullseye/sid | This copy of QGIS writes debugging output. Active python plugins | nominatim_locator_filter; pdokservicesplugin; b4udignl2; processing
1.0
TypeError: createProcessingParameters() got an unexpected keyword argument 'include_default' - See also: https://github.com/qgis/QGIS/issues/40900 When using the 'Densify' algorithms (like by count or by interval) **in a model**, the following Python error shows up: ``` An error has occurred while executing Python code: TypeError: createProcessingParameters() got an unexpected keyword argument 'include_default' Traceback (most recent call last): File "/home/richard/bin/qgis_/master/debug/share/qgis/python/plugins/processing/modeler/ModelerDialog.py", line 146, in runModel self.model().setDesignerParameterValues(dlg.createProcessingParameters(include_default=False)) TypeError: createProcessingParameters() got an unexpected keyword argument 'include_default' Python version: 3.9.1 (default, Dec 8 2020, 07:51:42) [GCC 10.2.0] QGIS version: 3.17.0-Master Master, 70aea49fc4 ``` ![Screenshot-20210108105741-1128x343](https://user-images.githubusercontent.com/731673/104001718-5b1a4e80-51a0-11eb-8cfb-8f65709316c9.png) To Reproduce: Create a fresh model, add the algorithm with a valid layer as input. Run the algorithm (still all fine), and then when you close the model run dialog this is shown. With me only in Master, NOT in 3.16 QGIS version | 3.17.0-Master | QGIS code revision | 70aea49fc4 -- | -- | -- | -- Compiled against Qt | 5.15.2 | Running against Qt | 5.15.2 Compiled against GDAL/OGR | 3.2.0 | Running against GDAL/OGR | 3.2.0 Compiled against GEOS | 3.9.0-CAPI-1.16.2 | Running against GEOS | 3.9.0-CAPI-1.16.2 Compiled against SQLite | 3.34.0 | Running against SQLite | 3.34.0 PostgreSQL Client Version | 13.1 (Debian 13.1-1+b1) | SpatiaLite Version | 5.0.0 QWT Version | 6.1.4 | QScintilla2 Version | 2.11.6 Compiled against PROJ | 7.2.0 | Running against PROJ | Rel. 7.2.0, November 1st, 2020 OS Version | Debian GNU/Linux bullseye/sid | This copy of QGIS writes debugging output. Active python plugins | nominatim_locator_filter; pdokservicesplugin; b4udignl2; processing
process
typeerror createprocessingparameters got an unexpected keyword argument include default see also when using the densify algorithms like by count or by interval in a model the following python error shows up an error has occurred while executing python code typeerror createprocessingparameters got an unexpected keyword argument include default traceback most recent call last file home richard bin qgis master debug share qgis python plugins processing modeler modelerdialog py line in runmodel self model setdesignerparametervalues dlg createprocessingparameters include default false typeerror createprocessingparameters got an unexpected keyword argument include default python version default dec qgis version master master to reproduce create a fresh model add the algorithm with a valid layer as input run the algorithm still all fine and then when you close the model run dialog this is shown with me only in master not in qgis version master qgis code revision compiled against qt running against qt compiled against gdal ogr running against gdal ogr compiled against geos capi running against geos capi compiled against sqlite running against sqlite postgresql client version debian spatialite version qwt version version compiled against proj running against proj rel november os version debian gnu linux bullseye sid this copy of qgis writes debugging output active python plugins nominatim locator filter pdokservicesplugin processing
1
15,297
19,308,375,663
IssuesEvent
2021-12-13 13:57:42
prisma/prisma
https://api.github.com/repos/prisma/prisma
opened
Investigate Partial Indices on CockroachDb
process/candidate team/migrations topic: cockroachdb
It seems like some partial indexes e.g. `where x =5` do not seem to be correctly filtered out when introspected on CockroachDb vs on Postgres. Example: https://github.com/prisma/database-schema-examples/blob/8cea37d834f3effd6aad53e98c5bc865b4d85335/postgres/canvas-lms/schema.sql#L13216
1.0
Investigate Partial Indices on CockroachDb - It seems like some partial indexes e.g. `where x =5` do not seem to be correctly filtered out when introspected on CockroachDb vs on Postgres. Example: https://github.com/prisma/database-schema-examples/blob/8cea37d834f3effd6aad53e98c5bc865b4d85335/postgres/canvas-lms/schema.sql#L13216
process
investigate partial indices on cockroachdb it seems like some partial indexes e g where x do not seem to be correctly filtered out when introspected on cockroachdb vs on postgres example
1
370,982
10,959,557,758
IssuesEvent
2019-11-27 11:40:32
WoWManiaUK/Blackwing-Lair
https://api.github.com/repos/WoWManiaUK/Blackwing-Lair
closed
[Spell] Trinket Heart of Ignazius
Class Fixed in Dev Priority-High
**Links:** https://wowdata.buffed.de/item/Ruestung/Verschiedenes/Herz-von-Ignazius-59514 **What is happening:** The haste on use wont stack up like the spellpower **What should happen:** The haste should stack up like spellpower Prove: Stack the spellpower buff and use the trinket u only get the haste from the first stack
1.0
[Spell] Trinket Heart of Ignazius - **Links:** https://wowdata.buffed.de/item/Ruestung/Verschiedenes/Herz-von-Ignazius-59514 **What is happening:** The haste on use wont stack up like the spellpower **What should happen:** The haste should stack up like spellpower Prove: Stack the spellpower buff and use the trinket u only get the haste from the first stack
non_process
trinket heart of ignazius links what is happening the haste on use wont stack up like the spellpower what should happen the haste should stack up like spellpower prove stack the spellpower buff and use the trinket u only get the haste from the first stack
0
512,810
14,910,024,020
IssuesEvent
2021-01-22 08:58:32
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
uidai.gov.in - site is not usable
browser-firefox engine-gecko ml-needsdiagnosis-false priority-important
<!-- @browser: Firefox 69.0 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 6.1; rv:69.0) Gecko/20100101 Firefox/69.0 --> <!-- @reported_with: desktop-reporter --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/66029 --> **URL**: https://uidai.gov.in/ **Browser / Version**: Firefox 69.0 **Operating System**: Windows 7 **Tested Another Browser**: Yes Chrome **Problem type**: Site is not usable **Description**: Browser unsupported **Steps to Reproduce**: <details> <summary>View the screenshot</summary> <img alt="Screenshot" src="https://webcompat.com/uploads/2021/1/b646dfe9-ed3a-48ba-b9cc-d57aa0070348.jpeg"> </details> <details> <summary>Browser Configuration</summary> <ul> <li>gfx.webrender.all: false</li><li>gfx.webrender.blob-images: true</li><li>gfx.webrender.enabled: false</li><li>image.mem.shared: true</li><li>buildID: 20190822210915</li><li>channel: beta</li><li>hasTouchScreen: false</li><li>mixed active content blocked: false</li><li>mixed passive content blocked: false</li><li>tracking content blocked: false</li> </ul> </details> [View console log messages](https://webcompat.com/console_logs/2021/1/96eae6f6-6695-4bce-ac0c-bb0e54a86c9c) _From [webcompat.com](https://webcompat.com/) with ❤️_
1.0
uidai.gov.in - site is not usable - <!-- @browser: Firefox 69.0 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 6.1; rv:69.0) Gecko/20100101 Firefox/69.0 --> <!-- @reported_with: desktop-reporter --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/66029 --> **URL**: https://uidai.gov.in/ **Browser / Version**: Firefox 69.0 **Operating System**: Windows 7 **Tested Another Browser**: Yes Chrome **Problem type**: Site is not usable **Description**: Browser unsupported **Steps to Reproduce**: <details> <summary>View the screenshot</summary> <img alt="Screenshot" src="https://webcompat.com/uploads/2021/1/b646dfe9-ed3a-48ba-b9cc-d57aa0070348.jpeg"> </details> <details> <summary>Browser Configuration</summary> <ul> <li>gfx.webrender.all: false</li><li>gfx.webrender.blob-images: true</li><li>gfx.webrender.enabled: false</li><li>image.mem.shared: true</li><li>buildID: 20190822210915</li><li>channel: beta</li><li>hasTouchScreen: false</li><li>mixed active content blocked: false</li><li>mixed passive content blocked: false</li><li>tracking content blocked: false</li> </ul> </details> [View console log messages](https://webcompat.com/console_logs/2021/1/96eae6f6-6695-4bce-ac0c-bb0e54a86c9c) _From [webcompat.com](https://webcompat.com/) with ❤️_
non_process
uidai gov in site is not usable url browser version firefox operating system windows tested another browser yes chrome problem type site is not usable description browser unsupported steps to reproduce view the screenshot img alt screenshot src browser configuration gfx webrender all false gfx webrender blob images true gfx webrender enabled false image mem shared true buildid channel beta hastouchscreen false mixed active content blocked false mixed passive content blocked false tracking content blocked false from with ❤️
0
17,600
23,424,992,092
IssuesEvent
2022-08-14 08:52:52
Battle-s/battle-school-backend
https://api.github.com/repos/Battle-s/battle-school-backend
closed
[FEAT] 모든 학교 조회
feature :computer: processing :hourglass_flowing_sand:
## 설명 > 이슈에 대한 설명을 작성합니다. 담당자도 함께 작성하면 좋습니다. ## 체크사항 > 이슈를 close하기 위해 필요한 조건들을 체크박스로 나열합니다. - 모든 학교 조회 api 생성 ## 참고자료 > 이슈를 해결하기 위해 필요한 참고자료가 있다면 추가합니다. ## 관련 논의 > 이슈에 대한 논의가 있었다면 논의 내용을 간략하게 추가합니다.
1.0
[FEAT] 모든 학교 조회 - ## 설명 > 이슈에 대한 설명을 작성합니다. 담당자도 함께 작성하면 좋습니다. ## 체크사항 > 이슈를 close하기 위해 필요한 조건들을 체크박스로 나열합니다. - 모든 학교 조회 api 생성 ## 참고자료 > 이슈를 해결하기 위해 필요한 참고자료가 있다면 추가합니다. ## 관련 논의 > 이슈에 대한 논의가 있었다면 논의 내용을 간략하게 추가합니다.
process
모든 학교 조회 설명 이슈에 대한 설명을 작성합니다 담당자도 함께 작성하면 좋습니다 체크사항 이슈를 close하기 위해 필요한 조건들을 체크박스로 나열합니다 모든 학교 조회 api 생성 참고자료 이슈를 해결하기 위해 필요한 참고자료가 있다면 추가합니다 관련 논의 이슈에 대한 논의가 있었다면 논의 내용을 간략하게 추가합니다
1
89,797
3,800,258,210
IssuesEvent
2016-03-23 18:28:41
Angry-Pixel/The-Betweenlands
https://api.github.com/repos/Angry-Pixel/The-Betweenlands
opened
Stuff to finish up for Vadis (a reminder)
High Priority Unfinished Feature
Item Blocks for: Possessed Block (if needed). Spike Traps. Item cages (add new model). Blocks: Add or remove correct drops for the above blocks. Mobs: Chiromaw - drops (wing item that resets food apathy). Pyrad - remove or reduce smoke and fire particles, add drops, recode flying AI. Fortress: Add Secret rooms (maybe 2 maybe more). Add structure to decorator. Run a bit of code for random thorns and vines and whatever. Add random mushroom blocks here and there on in the basement for prettiness. will add to list when I remember more :P
1.0
Stuff to finish up for Vadis (a reminder) - Item Blocks for: Possessed Block (if needed). Spike Traps. Item cages (add new model). Blocks: Add or remove correct drops for the above blocks. Mobs: Chiromaw - drops (wing item that resets food apathy). Pyrad - remove or reduce smoke and fire particles, add drops, recode flying AI. Fortress: Add Secret rooms (maybe 2 maybe more). Add structure to decorator. Run a bit of code for random thorns and vines and whatever. Add random mushroom blocks here and there on in the basement for prettiness. will add to list when I remember more :P
non_process
stuff to finish up for vadis a reminder item blocks for possessed block if needed spike traps item cages add new model blocks add or remove correct drops for the above blocks mobs chiromaw drops wing item that resets food apathy pyrad remove or reduce smoke and fire particles add drops recode flying ai fortress add secret rooms maybe maybe more add structure to decorator run a bit of code for random thorns and vines and whatever add random mushroom blocks here and there on in the basement for prettiness will add to list when i remember more p
0
71,667
23,751,937,190
IssuesEvent
2022-08-31 21:35:25
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
closed
1.11.4 after update - "Couldn't find webapp files in any of.."
T-Defect Z-Platform-Specific
### Steps to reproduce `element-desktop` ### Outcome ``` /home/sven/.config/Element exists: no /home/sven/.config/Riot exists: yes Using legacy user data path: /home/sven/.config/Riot Couldn't find webapp files in any of: /opt/Element/resources/app.asar/webapp.asar /opt/Element/resources/webapp.asar /opt/Element/resources/app.asar/webapp /opt/Element/resources/webapp App setup failed: exiting Error: Failed to find webapp files at /opt/Element/resources/app.asar/lib/electron-main.js:145:15 at Generator.throw (<anonymous>) at rejected (/opt/Element/resources/app.asar/lib/electron-main.js:43:65) ``` ### Operating system Ubuntu ### Application version 1.11.4 ### How did you install the app? from https://element.io/get-started ### Homeserver envs.net / Synapse 1.66.0 ### Will you send logs? No
1.0
1.11.4 after update - "Couldn't find webapp files in any of.." - ### Steps to reproduce `element-desktop` ### Outcome ``` /home/sven/.config/Element exists: no /home/sven/.config/Riot exists: yes Using legacy user data path: /home/sven/.config/Riot Couldn't find webapp files in any of: /opt/Element/resources/app.asar/webapp.asar /opt/Element/resources/webapp.asar /opt/Element/resources/app.asar/webapp /opt/Element/resources/webapp App setup failed: exiting Error: Failed to find webapp files at /opt/Element/resources/app.asar/lib/electron-main.js:145:15 at Generator.throw (<anonymous>) at rejected (/opt/Element/resources/app.asar/lib/electron-main.js:43:65) ``` ### Operating system Ubuntu ### Application version 1.11.4 ### How did you install the app? from https://element.io/get-started ### Homeserver envs.net / Synapse 1.66.0 ### Will you send logs? No
non_process
after update couldn t find webapp files in any of steps to reproduce element desktop outcome home sven config element exists no home sven config riot exists yes using legacy user data path home sven config riot couldn t find webapp files in any of opt element resources app asar webapp asar opt element resources webapp asar opt element resources app asar webapp opt element resources webapp app setup failed exiting error failed to find webapp files at opt element resources app asar lib electron main js at generator throw at rejected opt element resources app asar lib electron main js operating system ubuntu application version how did you install the app from homeserver envs net synapse will you send logs no
0
323,793
27,752,662,889
IssuesEvent
2023-03-15 22:15:28
facebook/react-native
https://api.github.com/repos/facebook/react-native
closed
[TypeError: Network request failed]
Needs: Triage :mag: Needs: Verify on Latest Version
### Description When I call fetch on my local ### React Native Version 0.70.3 ### Output of `npx react-native info` System: OS: macOS 13.0 CPU: (8) arm64 Apple M1 Pro Memory: 65.52 MB / 16.00 GB Shell: 5.8.1 - /bin/zsh Binaries: Node: 16.18.0 - ~/.nvm/versions/node/v16.18.0/bin/node Yarn: 1.22.19 - /usr/local/bin/yarn npm: 8.19.2 - ~/.nvm/versions/node/v16.18.0/bin/npm Watchman: 2022.10.03.00 - /opt/homebrew/bin/watchman Managers: CocoaPods: 1.11.3 - /opt/homebrew/bin/pod SDKs: iOS SDK: Platforms: DriverKit 22.2, iOS 16.2, macOS 13.1, tvOS 16.1, watchOS 9.1 Android SDK: Not Found IDEs: Android Studio: 2021.2 AI-212.5712.43.2112.8815526 Xcode: 14.2/14C18 - /usr/bin/xcodebuild Languages: Java: 11.0.16.1 - /usr/bin/javac npmPackages: @react-native-community/cli: Not Found react: 18.1.0 => 18.1.0 react-native: 0.70.3 => 0.70.3 react-native-macos: Not Found npmGlobalPackages: *react-native*: Not Found ### Steps to reproduce fetch('https://192.168.1.5:8443/nexo', { method: 'POST', headers: { 'Content-Type': 'application/json', 'x-API-key': '{your-api-key}', }, body: JSON.stringify({ ...securedMessage, MessageHeader: requestBody.MessageHeader, }), }) .then(response => { console.log('2'); console.log(response); }) .catch(error => { console.log(error); }) ### Snack, code example, screenshot, or link to a repository <img width="647" alt="image" src="https://user-images.githubusercontent.com/84147184/224653470-48a912c2-c3fb-48db-a54d-a2bae59ab52b.png">
1.0
[TypeError: Network request failed] - ### Description When I call fetch on my local ### React Native Version 0.70.3 ### Output of `npx react-native info` System: OS: macOS 13.0 CPU: (8) arm64 Apple M1 Pro Memory: 65.52 MB / 16.00 GB Shell: 5.8.1 - /bin/zsh Binaries: Node: 16.18.0 - ~/.nvm/versions/node/v16.18.0/bin/node Yarn: 1.22.19 - /usr/local/bin/yarn npm: 8.19.2 - ~/.nvm/versions/node/v16.18.0/bin/npm Watchman: 2022.10.03.00 - /opt/homebrew/bin/watchman Managers: CocoaPods: 1.11.3 - /opt/homebrew/bin/pod SDKs: iOS SDK: Platforms: DriverKit 22.2, iOS 16.2, macOS 13.1, tvOS 16.1, watchOS 9.1 Android SDK: Not Found IDEs: Android Studio: 2021.2 AI-212.5712.43.2112.8815526 Xcode: 14.2/14C18 - /usr/bin/xcodebuild Languages: Java: 11.0.16.1 - /usr/bin/javac npmPackages: @react-native-community/cli: Not Found react: 18.1.0 => 18.1.0 react-native: 0.70.3 => 0.70.3 react-native-macos: Not Found npmGlobalPackages: *react-native*: Not Found ### Steps to reproduce fetch('https://192.168.1.5:8443/nexo', { method: 'POST', headers: { 'Content-Type': 'application/json', 'x-API-key': '{your-api-key}', }, body: JSON.stringify({ ...securedMessage, MessageHeader: requestBody.MessageHeader, }), }) .then(response => { console.log('2'); console.log(response); }) .catch(error => { console.log(error); }) ### Snack, code example, screenshot, or link to a repository <img width="647" alt="image" src="https://user-images.githubusercontent.com/84147184/224653470-48a912c2-c3fb-48db-a54d-a2bae59ab52b.png">
non_process
description when i call fetch on my local react native version output of npx react native info system os macos cpu apple pro memory mb gb shell bin zsh binaries node nvm versions node bin node yarn usr local bin yarn npm nvm versions node bin npm watchman opt homebrew bin watchman managers cocoapods opt homebrew bin pod sdks ios sdk platforms driverkit ios macos tvos watchos android sdk not found ides android studio ai xcode usr bin xcodebuild languages java usr bin javac npmpackages react native community cli not found react react native react native macos not found npmglobalpackages react native not found steps to reproduce fetch method post headers content type application json x api key your api key body json stringify securedmessage messageheader requestbody messageheader then response console log console log response catch error console log error snack code example screenshot or link to a repository img width alt image src
0
118,178
17,576,872,445
IssuesEvent
2021-08-15 19:35:37
ghc-dev/Ronald-Lynch
https://api.github.com/repos/ghc-dev/Ronald-Lynch
opened
CVE-2020-7598 (Medium) detected in multiple libraries
security vulnerability
## CVE-2020-7598 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>minimist-1.2.0.tgz</b>, <b>minimist-0.0.10.tgz</b>, <b>minimist-0.0.8.tgz</b></p></summary> <p> <details><summary><b>minimist-1.2.0.tgz</b></p></summary> <p>parse argument options</p> <p>Library home page: <a href="https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz">https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz</a></p> <p>Path to dependency file: Ronald-Lynch/package.json</p> <p>Path to vulnerable library: Ronald-Lynch/node_modules/minimist</p> <p> Dependency Hierarchy: - jest-cli-15.1.1.tgz (Root Library) - node-notifier-4.6.1.tgz - :x: **minimist-1.2.0.tgz** (Vulnerable Library) </details> <details><summary><b>minimist-0.0.10.tgz</b></p></summary> <p>parse argument options</p> <p>Library home page: <a href="https://registry.npmjs.org/minimist/-/minimist-0.0.10.tgz">https://registry.npmjs.org/minimist/-/minimist-0.0.10.tgz</a></p> <p>Path to dependency file: Ronald-Lynch/package.json</p> <p>Path to vulnerable library: Ronald-Lynch/node_modules/minimist</p> <p> Dependency Hierarchy: - jest-cli-15.1.1.tgz (Root Library) - istanbul-api-1.0.0-aplha.10.tgz - istanbul-reports-1.0.0-alpha.8.tgz - handlebars-4.0.5.tgz - optimist-0.6.1.tgz - :x: **minimist-0.0.10.tgz** (Vulnerable Library) </details> <details><summary><b>minimist-0.0.8.tgz</b></p></summary> <p>parse argument options</p> <p>Library home page: <a href="https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz">https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz</a></p> <p>Path to dependency file: Ronald-Lynch/package.json</p> <p>Path to vulnerable library: Ronald-Lynch/node_modules/minimist</p> <p> Dependency Hierarchy: - jest-cli-15.1.1.tgz (Root Library) - jest-util-15.1.1.tgz - mkdirp-0.5.1.tgz - :x: **minimist-0.0.8.tgz** (Vulnerable Library) </details> <p>Found in HEAD commit: <a href="https://github.com/ghc-dev/Ronald-Lynch/commit/261fc8df587f5f58a8b22de30162b5685ad6adb3">261fc8df587f5f58a8b22de30162b5685ad6adb3</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> minimist before 1.2.2 could be tricked into adding or modifying properties of Object.prototype using a "constructor" or "__proto__" payload. <p>Publish Date: 2020-03-11 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-7598>CVE-2020-7598</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.6</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: High - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: Low - Availability Impact: Low </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/substack/minimist/commit/63e7ed05aa4b1889ec2f3b196426db4500cbda94">https://github.com/substack/minimist/commit/63e7ed05aa4b1889ec2f3b196426db4500cbda94</a></p> <p>Release Date: 2020-03-11</p> <p>Fix Resolution: minimist - 0.2.1,1.2.3</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"javascript/Node.js","packageName":"minimist","packageVersion":"1.2.0","packageFilePaths":["/package.json"],"isTransitiveDependency":true,"dependencyTree":"jest-cli:15.1.1;node-notifier:4.6.1;minimist:1.2.0","isMinimumFixVersionAvailable":true,"minimumFixVersion":"minimist - 0.2.1,1.2.3"},{"packageType":"javascript/Node.js","packageName":"minimist","packageVersion":"0.0.10","packageFilePaths":["/package.json"],"isTransitiveDependency":true,"dependencyTree":"jest-cli:15.1.1;istanbul-api:1.0.0-aplha.10;istanbul-reports:1.0.0-alpha.8;handlebars:4.0.5;optimist:0.6.1;minimist:0.0.10","isMinimumFixVersionAvailable":true,"minimumFixVersion":"minimist - 0.2.1,1.2.3"},{"packageType":"javascript/Node.js","packageName":"minimist","packageVersion":"0.0.8","packageFilePaths":["/package.json"],"isTransitiveDependency":true,"dependencyTree":"jest-cli:15.1.1;jest-util:15.1.1;mkdirp:0.5.1;minimist:0.0.8","isMinimumFixVersionAvailable":true,"minimumFixVersion":"minimist - 0.2.1,1.2.3"}],"baseBranches":["master"],"vulnerabilityIdentifier":"CVE-2020-7598","vulnerabilityDetails":"minimist before 1.2.2 could be tricked into adding or modifying properties of Object.prototype using a \"constructor\" or \"__proto__\" payload.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-7598","cvss3Severity":"medium","cvss3Score":"5.6","cvss3Metrics":{"A":"Low","AC":"High","PR":"None","S":"Unchanged","C":"Low","UI":"None","AV":"Network","I":"Low"},"extraData":{}}</REMEDIATE> -->
True
CVE-2020-7598 (Medium) detected in multiple libraries - ## CVE-2020-7598 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>minimist-1.2.0.tgz</b>, <b>minimist-0.0.10.tgz</b>, <b>minimist-0.0.8.tgz</b></p></summary> <p> <details><summary><b>minimist-1.2.0.tgz</b></p></summary> <p>parse argument options</p> <p>Library home page: <a href="https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz">https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz</a></p> <p>Path to dependency file: Ronald-Lynch/package.json</p> <p>Path to vulnerable library: Ronald-Lynch/node_modules/minimist</p> <p> Dependency Hierarchy: - jest-cli-15.1.1.tgz (Root Library) - node-notifier-4.6.1.tgz - :x: **minimist-1.2.0.tgz** (Vulnerable Library) </details> <details><summary><b>minimist-0.0.10.tgz</b></p></summary> <p>parse argument options</p> <p>Library home page: <a href="https://registry.npmjs.org/minimist/-/minimist-0.0.10.tgz">https://registry.npmjs.org/minimist/-/minimist-0.0.10.tgz</a></p> <p>Path to dependency file: Ronald-Lynch/package.json</p> <p>Path to vulnerable library: Ronald-Lynch/node_modules/minimist</p> <p> Dependency Hierarchy: - jest-cli-15.1.1.tgz (Root Library) - istanbul-api-1.0.0-aplha.10.tgz - istanbul-reports-1.0.0-alpha.8.tgz - handlebars-4.0.5.tgz - optimist-0.6.1.tgz - :x: **minimist-0.0.10.tgz** (Vulnerable Library) </details> <details><summary><b>minimist-0.0.8.tgz</b></p></summary> <p>parse argument options</p> <p>Library home page: <a href="https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz">https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz</a></p> <p>Path to dependency file: Ronald-Lynch/package.json</p> <p>Path to vulnerable library: Ronald-Lynch/node_modules/minimist</p> <p> Dependency Hierarchy: - jest-cli-15.1.1.tgz (Root Library) - jest-util-15.1.1.tgz - mkdirp-0.5.1.tgz - :x: **minimist-0.0.8.tgz** (Vulnerable Library) </details> <p>Found in HEAD commit: <a href="https://github.com/ghc-dev/Ronald-Lynch/commit/261fc8df587f5f58a8b22de30162b5685ad6adb3">261fc8df587f5f58a8b22de30162b5685ad6adb3</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> minimist before 1.2.2 could be tricked into adding or modifying properties of Object.prototype using a "constructor" or "__proto__" payload. <p>Publish Date: 2020-03-11 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-7598>CVE-2020-7598</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.6</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: High - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: Low - Availability Impact: Low </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/substack/minimist/commit/63e7ed05aa4b1889ec2f3b196426db4500cbda94">https://github.com/substack/minimist/commit/63e7ed05aa4b1889ec2f3b196426db4500cbda94</a></p> <p>Release Date: 2020-03-11</p> <p>Fix Resolution: minimist - 0.2.1,1.2.3</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"javascript/Node.js","packageName":"minimist","packageVersion":"1.2.0","packageFilePaths":["/package.json"],"isTransitiveDependency":true,"dependencyTree":"jest-cli:15.1.1;node-notifier:4.6.1;minimist:1.2.0","isMinimumFixVersionAvailable":true,"minimumFixVersion":"minimist - 0.2.1,1.2.3"},{"packageType":"javascript/Node.js","packageName":"minimist","packageVersion":"0.0.10","packageFilePaths":["/package.json"],"isTransitiveDependency":true,"dependencyTree":"jest-cli:15.1.1;istanbul-api:1.0.0-aplha.10;istanbul-reports:1.0.0-alpha.8;handlebars:4.0.5;optimist:0.6.1;minimist:0.0.10","isMinimumFixVersionAvailable":true,"minimumFixVersion":"minimist - 0.2.1,1.2.3"},{"packageType":"javascript/Node.js","packageName":"minimist","packageVersion":"0.0.8","packageFilePaths":["/package.json"],"isTransitiveDependency":true,"dependencyTree":"jest-cli:15.1.1;jest-util:15.1.1;mkdirp:0.5.1;minimist:0.0.8","isMinimumFixVersionAvailable":true,"minimumFixVersion":"minimist - 0.2.1,1.2.3"}],"baseBranches":["master"],"vulnerabilityIdentifier":"CVE-2020-7598","vulnerabilityDetails":"minimist before 1.2.2 could be tricked into adding or modifying properties of Object.prototype using a \"constructor\" or \"__proto__\" payload.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-7598","cvss3Severity":"medium","cvss3Score":"5.6","cvss3Metrics":{"A":"Low","AC":"High","PR":"None","S":"Unchanged","C":"Low","UI":"None","AV":"Network","I":"Low"},"extraData":{}}</REMEDIATE> -->
non_process
cve medium detected in multiple libraries cve medium severity vulnerability vulnerable libraries minimist tgz minimist tgz minimist tgz minimist tgz parse argument options library home page a href path to dependency file ronald lynch package json path to vulnerable library ronald lynch node modules minimist dependency hierarchy jest cli tgz root library node notifier tgz x minimist tgz vulnerable library minimist tgz parse argument options library home page a href path to dependency file ronald lynch package json path to vulnerable library ronald lynch node modules minimist dependency hierarchy jest cli tgz root library istanbul api aplha tgz istanbul reports alpha tgz handlebars tgz optimist tgz x minimist tgz vulnerable library minimist tgz parse argument options library home page a href path to dependency file ronald lynch package json path to vulnerable library ronald lynch node modules minimist dependency hierarchy jest cli tgz root library jest util tgz mkdirp tgz x minimist tgz vulnerable library found in head commit a href found in base branch master vulnerability details minimist before could be tricked into adding or modifying properties of object prototype using a constructor or proto payload publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity high privileges required none user interaction none scope unchanged impact metrics confidentiality impact low integrity impact low availability impact low for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution minimist isopenpronvulnerability true ispackagebased true isdefaultbranch true packages istransitivedependency true dependencytree jest cli node notifier minimist isminimumfixversionavailable true minimumfixversion minimist packagetype javascript node js packagename minimist packageversion packagefilepaths istransitivedependency true dependencytree jest cli istanbul api aplha istanbul reports alpha handlebars optimist minimist isminimumfixversionavailable true minimumfixversion minimist packagetype javascript node js packagename minimist packageversion packagefilepaths istransitivedependency true dependencytree jest cli jest util mkdirp minimist isminimumfixversionavailable true minimumfixversion minimist basebranches vulnerabilityidentifier cve vulnerabilitydetails minimist before could be tricked into adding or modifying properties of object prototype using a constructor or proto payload vulnerabilityurl
0
18,209
24,269,327,556
IssuesEvent
2022-09-28 09:02:18
FOLIO-FSE/folio_migration_tools
https://api.github.com/repos/FOLIO-FSE/folio_migration_tools
closed
Proposal: Create and save to an [iterationIdentifier] folder in migration_repo/reports
simplify_migration_process
Create a folder with the iterationIdentifier as it's name in the /reports folder, and save all reports, logs and data error files there. The purpose would be to declutter the public facing reports folder, and to make sure that the documents aimed at a librarian audience (transformation reports, data error lists), are easy to locate. migration_repo > reports > iterationIdentifier > [transformation reports] migration_repo > reports > iterationIdentifier > data_errors > [data error files] migration_repo > reports > iterationIdentifier > logs > [log files] ![image](https://user-images.githubusercontent.com/44287646/149916311-88a732a1-8016-4c62-90c4-a9da49406325.png)
1.0
Proposal: Create and save to an [iterationIdentifier] folder in migration_repo/reports - Create a folder with the iterationIdentifier as it's name in the /reports folder, and save all reports, logs and data error files there. The purpose would be to declutter the public facing reports folder, and to make sure that the documents aimed at a librarian audience (transformation reports, data error lists), are easy to locate. migration_repo > reports > iterationIdentifier > [transformation reports] migration_repo > reports > iterationIdentifier > data_errors > [data error files] migration_repo > reports > iterationIdentifier > logs > [log files] ![image](https://user-images.githubusercontent.com/44287646/149916311-88a732a1-8016-4c62-90c4-a9da49406325.png)
process
proposal create and save to an folder in migration repo reports create a folder with the iterationidentifier as it s name in the reports folder and save all reports logs and data error files there the purpose would be to declutter the public facing reports folder and to make sure that the documents aimed at a librarian audience transformation reports data error lists are easy to locate migration repo reports iterationidentifier migration repo reports iterationidentifier data errors migration repo reports iterationidentifier logs
1
402,866
11,825,836,414
IssuesEvent
2020-03-21 14:57:29
codeforbtv/green-up-app
https://api.github.com/repos/codeforbtv/green-up-app
closed
UI Redesign
Priority: High
UI Redesign/ReImagination for the 50th Aniversary. We'd like to make this easy by using the Shoutem UI Libary https://shoutem.github.io/ui/index.html - [ ] Wire-frames/Designs for Login - [ ] Wire-frames/Designs for New Account - [ ] Wire-frames/Designs for Reset Password - [x] Wire-frame/Designs for new Home Screen - [ ] Wire-frames/Designs for Messages - [ ] Wire-frames/Designs for Team Edit Screens - [ ] Wire-frames/Designs for Team View Screens - [ ] Wire-frames/Designs for Trash Tracker Screens - [ ] Wire-frames/Designs for Profile - [ ] Wire-frames/Designs for Town Info - [ ] Wire-frames/Designs for New Events Screens - [ ] Wire-frames/Designs for New Leaderboard Screen - [ ] Wire-frames/Designs for New Live Feed Screen - [ ] Wire-frames/Designs for Legal Screen
1.0
UI Redesign - UI Redesign/ReImagination for the 50th Aniversary. We'd like to make this easy by using the Shoutem UI Libary https://shoutem.github.io/ui/index.html - [ ] Wire-frames/Designs for Login - [ ] Wire-frames/Designs for New Account - [ ] Wire-frames/Designs for Reset Password - [x] Wire-frame/Designs for new Home Screen - [ ] Wire-frames/Designs for Messages - [ ] Wire-frames/Designs for Team Edit Screens - [ ] Wire-frames/Designs for Team View Screens - [ ] Wire-frames/Designs for Trash Tracker Screens - [ ] Wire-frames/Designs for Profile - [ ] Wire-frames/Designs for Town Info - [ ] Wire-frames/Designs for New Events Screens - [ ] Wire-frames/Designs for New Leaderboard Screen - [ ] Wire-frames/Designs for New Live Feed Screen - [ ] Wire-frames/Designs for Legal Screen
non_process
ui redesign ui redesign reimagination for the aniversary we d like to make this easy by using the shoutem ui libary wire frames designs for login wire frames designs for new account wire frames designs for reset password wire frame designs for new home screen wire frames designs for messages wire frames designs for team edit screens wire frames designs for team view screens wire frames designs for trash tracker screens wire frames designs for profile wire frames designs for town info wire frames designs for new events screens wire frames designs for new leaderboard screen wire frames designs for new live feed screen wire frames designs for legal screen
0
18,659
24,581,434,325
IssuesEvent
2022-10-13 15:54:17
GoogleCloudPlatform/fda-mystudies
https://api.github.com/repos/GoogleCloudPlatform/fda-mystudies
closed
[FHIR] Questionnaire resource > JSON file > Status is not getting changed from 'Active' to 'Retired' when admin deletes the activity or deactivate the study from the SB
Bug P0 Response datastore Process: Fixed Process: Tested dev
Steps: 1. Create a study with activities 2. Launch the study 3. Delete the activity from SB or Deactivate the study from SB 4. Go to FHIR datastore 5. Click on Questionnaires and observe AR: Questionnaire resource > JSON file > Status is not getting changed from 'Active' to 'Retired' ER: Questionnaire resource > JSON file > Status should get changed from 'Active' to 'Retired'
2.0
[FHIR] Questionnaire resource > JSON file > Status is not getting changed from 'Active' to 'Retired' when admin deletes the activity or deactivate the study from the SB - Steps: 1. Create a study with activities 2. Launch the study 3. Delete the activity from SB or Deactivate the study from SB 4. Go to FHIR datastore 5. Click on Questionnaires and observe AR: Questionnaire resource > JSON file > Status is not getting changed from 'Active' to 'Retired' ER: Questionnaire resource > JSON file > Status should get changed from 'Active' to 'Retired'
process
questionnaire resource json file status is not getting changed from active to retired when admin deletes the activity or deactivate the study from the sb steps create a study with activities launch the study delete the activity from sb or deactivate the study from sb go to fhir datastore click on questionnaires and observe ar questionnaire resource json file status is not getting changed from active to retired er questionnaire resource json file status should get changed from active to retired
1
14,156
17,081,219,057
IssuesEvent
2021-07-08 05:37:21
Blazebit/blaze-persistence
https://api.github.com/repos/Blazebit/blaze-persistence
closed
Support incremental compilation for annotation processor
component: entity-view-annotation-processor kind: performance worth: high
The task is to add a properties file(https://docs.gradle.org/current/userguide/java_plugin.html#sec:incremental_annotation_processing) and test that incremental compilation works correctly with Gradle, possibly adapt some parts to make it work. The Hibernate annotation processor, which is similar to ours, works in the isolating mode, so I think that we should be able to do that as well.
1.0
Support incremental compilation for annotation processor - The task is to add a properties file(https://docs.gradle.org/current/userguide/java_plugin.html#sec:incremental_annotation_processing) and test that incremental compilation works correctly with Gradle, possibly adapt some parts to make it work. The Hibernate annotation processor, which is similar to ours, works in the isolating mode, so I think that we should be able to do that as well.
process
support incremental compilation for annotation processor the task is to add a properties file and test that incremental compilation works correctly with gradle possibly adapt some parts to make it work the hibernate annotation processor which is similar to ours works in the isolating mode so i think that we should be able to do that as well
1
7,643
10,737,796,062
IssuesEvent
2019-10-29 13:45:37
prisma/prisma2
https://api.github.com/repos/prisma/prisma2
closed
Create architecture diagram for the Prisma Framework internals
kind/docs process/candidate
It's currently difficult to understand what's going on in the internals of the Prisma Framework beyond the API surface area. A few months ago we created a high-level architecture diagram for all the components in the core of the Prisma Framework: ![Prisma](https://user-images.githubusercontent.com/4058327/66741069-f412ca80-ee74-11e9-9b45-832cf0c849a5.png) It would be great to have something similar again (that's primarily for internal use but also as as foundation for external resources such as docs).
1.0
Create architecture diagram for the Prisma Framework internals - It's currently difficult to understand what's going on in the internals of the Prisma Framework beyond the API surface area. A few months ago we created a high-level architecture diagram for all the components in the core of the Prisma Framework: ![Prisma](https://user-images.githubusercontent.com/4058327/66741069-f412ca80-ee74-11e9-9b45-832cf0c849a5.png) It would be great to have something similar again (that's primarily for internal use but also as as foundation for external resources such as docs).
process
create architecture diagram for the prisma framework internals it s currently difficult to understand what s going on in the internals of the prisma framework beyond the api surface area a few months ago we created a high level architecture diagram for all the components in the core of the prisma framework it would be great to have something similar again that s primarily for internal use but also as as foundation for external resources such as docs
1
254,512
8,074,458,494
IssuesEvent
2018-08-06 23:25:39
NuGet/Home
https://api.github.com/repos/NuGet/Home
closed
Multi-targeted project fails to restore with a conditional NoWarn property group
Area:Error Handling Priority:1 Type:Bug
Using VS2017 15.6.0, and [the attached solution](https://github.com/NuGet/Home/files/1801280/20180311-nuget-nowarn-restore-failure.zip): - Run git clean -fdx on the zipped repo (no restored graph must be present) - Open VS2017 for the solution - Notice the background restore does not start - Try building, the error `Error occurred while restoring NuGet packages: The operation failed as details for project RestoreFailure could not be loaded.` appears at the beginning. Commenting out this: ```xml <PropertyGroup Condition=" '$(TargetFramework)' == 'net46'"> <NoWarn>$(NoWarn);68</NoWarn> </PropertyGroup> ``` or removing the condition makes the restore work properly. Also note that the CLI restore does not have any issue restoring this project.
1.0
Multi-targeted project fails to restore with a conditional NoWarn property group - Using VS2017 15.6.0, and [the attached solution](https://github.com/NuGet/Home/files/1801280/20180311-nuget-nowarn-restore-failure.zip): - Run git clean -fdx on the zipped repo (no restored graph must be present) - Open VS2017 for the solution - Notice the background restore does not start - Try building, the error `Error occurred while restoring NuGet packages: The operation failed as details for project RestoreFailure could not be loaded.` appears at the beginning. Commenting out this: ```xml <PropertyGroup Condition=" '$(TargetFramework)' == 'net46'"> <NoWarn>$(NoWarn);68</NoWarn> </PropertyGroup> ``` or removing the condition makes the restore work properly. Also note that the CLI restore does not have any issue restoring this project.
non_process
multi targeted project fails to restore with a conditional nowarn property group using and run git clean fdx on the zipped repo no restored graph must be present open for the solution notice the background restore does not start try building the error error occurred while restoring nuget packages the operation failed as details for project restorefailure could not be loaded appears at the beginning commenting out this xml nowarn or removing the condition makes the restore work properly also note that the cli restore does not have any issue restoring this project
0
3,883
6,818,107,187
IssuesEvent
2017-11-07 03:10:56
Great-Hill-Corporation/quickBlocks
https://api.github.com/repos/Great-Hill-Corporation/quickBlocks
closed
Auditability of monitors
monitors-all status-inprocess type-enhancement
The monitors should keep track of when they started, how many blocks they've read on this run, how many blocks they found of interest in this run, average bloom filters, etc.
1.0
Auditability of monitors - The monitors should keep track of when they started, how many blocks they've read on this run, how many blocks they found of interest in this run, average bloom filters, etc.
process
auditability of monitors the monitors should keep track of when they started how many blocks they ve read on this run how many blocks they found of interest in this run average bloom filters etc
1
235,949
25,962,086,916
IssuesEvent
2022-12-19 01:05:04
mgh3326/calculator
https://api.github.com/repos/mgh3326/calculator
opened
CVE-2022-23516 (High) detected in loofah-2.4.0.gem
security vulnerability
## CVE-2022-23516 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>loofah-2.4.0.gem</b></p></summary> <p>Loofah is a general library for manipulating and transforming HTML/XML documents and fragments, built on top of Nokogiri. Loofah excels at HTML sanitization (XSS prevention). It includes some nice HTML sanitizers, which are based on HTML5lib's safelist, so it most likely won't make your codes less secure. (These statements have not been evaluated by Netexperts.) ActiveRecord extensions for sanitization are available in the [`loofah-activerecord` gem](https://github.com/flavorjones/loofah-activerecord).</p> <p>Library home page: <a href="https://rubygems.org/gems/loofah-2.4.0.gem">https://rubygems.org/gems/loofah-2.4.0.gem</a></p> <p>Path to dependency file: /Gemfile.lock</p> <p>Path to vulnerable library: /var/lib/gems/2.3.0/cache/loofah-2.4.0.gem</p> <p> Dependency Hierarchy: - web-console-4.0.1.gem (Root Library) - railties-6.0.1.gem - actionpack-6.0.1.gem - actionview-6.0.1.gem - rails-html-sanitizer-1.3.0.gem - :x: **loofah-2.4.0.gem** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/mgh3326/calculator/commit/cdd78dffebf7a966629ad0a0c3536078dfb12b95">cdd78dffebf7a966629ad0a0c3536078dfb12b95</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> Loofah is a general library for manipulating and transforming HTML/XML documents and fragments, built on top of Nokogiri. Loofah >= 2.2.0, < 2.19.1 uses recursion for sanitizing CDATA sections, making it susceptible to stack exhaustion and raising a SystemStackError exception. This may lead to a denial of service through CPU resource consumption. This issue is patched in version 2.19.1. Users who are unable to upgrade may be able to mitigate this vulnerability by limiting the length of the strings that are sanitized. <p>Publish Date: 2022-12-14 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2022-23516>CVE-2022-23516</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/flavorjones/loofah/security/advisories/GHSA-3x8r-x6xp-q4vm">https://github.com/flavorjones/loofah/security/advisories/GHSA-3x8r-x6xp-q4vm</a></p> <p>Release Date: 2022-12-14</p> <p>Fix Resolution: loofah - 2.19.1</p> </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2022-23516 (High) detected in loofah-2.4.0.gem - ## CVE-2022-23516 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>loofah-2.4.0.gem</b></p></summary> <p>Loofah is a general library for manipulating and transforming HTML/XML documents and fragments, built on top of Nokogiri. Loofah excels at HTML sanitization (XSS prevention). It includes some nice HTML sanitizers, which are based on HTML5lib's safelist, so it most likely won't make your codes less secure. (These statements have not been evaluated by Netexperts.) ActiveRecord extensions for sanitization are available in the [`loofah-activerecord` gem](https://github.com/flavorjones/loofah-activerecord).</p> <p>Library home page: <a href="https://rubygems.org/gems/loofah-2.4.0.gem">https://rubygems.org/gems/loofah-2.4.0.gem</a></p> <p>Path to dependency file: /Gemfile.lock</p> <p>Path to vulnerable library: /var/lib/gems/2.3.0/cache/loofah-2.4.0.gem</p> <p> Dependency Hierarchy: - web-console-4.0.1.gem (Root Library) - railties-6.0.1.gem - actionpack-6.0.1.gem - actionview-6.0.1.gem - rails-html-sanitizer-1.3.0.gem - :x: **loofah-2.4.0.gem** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/mgh3326/calculator/commit/cdd78dffebf7a966629ad0a0c3536078dfb12b95">cdd78dffebf7a966629ad0a0c3536078dfb12b95</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> Loofah is a general library for manipulating and transforming HTML/XML documents and fragments, built on top of Nokogiri. Loofah >= 2.2.0, < 2.19.1 uses recursion for sanitizing CDATA sections, making it susceptible to stack exhaustion and raising a SystemStackError exception. This may lead to a denial of service through CPU resource consumption. This issue is patched in version 2.19.1. Users who are unable to upgrade may be able to mitigate this vulnerability by limiting the length of the strings that are sanitized. <p>Publish Date: 2022-12-14 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2022-23516>CVE-2022-23516</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/flavorjones/loofah/security/advisories/GHSA-3x8r-x6xp-q4vm">https://github.com/flavorjones/loofah/security/advisories/GHSA-3x8r-x6xp-q4vm</a></p> <p>Release Date: 2022-12-14</p> <p>Fix Resolution: loofah - 2.19.1</p> </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_process
cve high detected in loofah gem cve high severity vulnerability vulnerable library loofah gem loofah is a general library for manipulating and transforming html xml documents and fragments built on top of nokogiri loofah excels at html sanitization xss prevention it includes some nice html sanitizers which are based on s safelist so it most likely won t make your codes less secure these statements have not been evaluated by netexperts activerecord extensions for sanitization are available in the library home page a href path to dependency file gemfile lock path to vulnerable library var lib gems cache loofah gem dependency hierarchy web console gem root library railties gem actionpack gem actionview gem rails html sanitizer gem x loofah gem vulnerable library found in head commit a href found in base branch master vulnerability details loofah is a general library for manipulating and transforming html xml documents and fragments built on top of nokogiri loofah uses recursion for sanitizing cdata sections making it susceptible to stack exhaustion and raising a systemstackerror exception this may lead to a denial of service through cpu resource consumption this issue is patched in version users who are unable to upgrade may be able to mitigate this vulnerability by limiting the length of the strings that are sanitized publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution loofah step up your open source security game with mend
0
3,594
6,625,400,135
IssuesEvent
2017-09-22 15:17:29
processing/processing
https://api.github.com/repos/processing/processing
closed
/**/ not handled properly by the preprocessor/parser
help preprocessor
If `/**/` appears somewhere in the code, something in the error generating code will treat it like it's only a comment opening, and ignore the closing, although the syntax highlighter and compiler treat it like a closed comment and it runs without any problems. Example code which gives false errors: ``` void setup() { /**/ print("Hello, World!"); } ```
1.0
/**/ not handled properly by the preprocessor/parser - If `/**/` appears somewhere in the code, something in the error generating code will treat it like it's only a comment opening, and ignore the closing, although the syntax highlighter and compiler treat it like a closed comment and it runs without any problems. Example code which gives false errors: ``` void setup() { /**/ print("Hello, World!"); } ```
process
not handled properly by the preprocessor parser if appears somewhere in the code something in the error generating code will treat it like it s only a comment opening and ignore the closing although the syntax highlighter and compiler treat it like a closed comment and it runs without any problems example code which gives false errors void setup print hello world
1
470,432
13,537,324,729
IssuesEvent
2020-09-16 10:19:21
i-Cell-Mobilsoft-Open-Source/coffee
https://api.github.com/repos/i-Cell-Mobilsoft-Open-Source/coffee
opened
Az összes beépített exception-re kellene nyújtani egy közös általános exceptionMapper-t
Priority-1 enhancement
Jelenleg csak az általánosra van mapperünk (DefaultGeneralExceptionMapper) és kellene egy BaseException szintre is
1.0
Az összes beépített exception-re kellene nyújtani egy közös általános exceptionMapper-t - Jelenleg csak az általánosra van mapperünk (DefaultGeneralExceptionMapper) és kellene egy BaseException szintre is
non_process
az összes beépített exception re kellene nyújtani egy közös általános exceptionmapper t jelenleg csak az általánosra van mapperünk defaultgeneralexceptionmapper és kellene egy baseexception szintre is
0
19,924
26,390,954,436
IssuesEvent
2023-01-12 15:38:49
microsoft/vscode
https://api.github.com/repos/microsoft/vscode
opened
Allow specifying workspace-specific EnvironmentVariableCollection mutators
feature-request api terminal-process
For example: ```ts export interface EnvironmentVariableMutator { readonly type: EnvironmentVariableMutatorType; readonly value: string; readonly workspace: Workspace | undefined; } export interface EnvironmentVariableCollection extends Iterable<[variable: string, mutator: EnvironmentVariableMutator]> { replace(variable: string, value: string, workspace?: Workspace): void; append(variable: string, value: string, workspace?: Workspace): void; prepend(variable: string, value: string, workspace?: Workspace): void; } ``` Context:
1.0
Allow specifying workspace-specific EnvironmentVariableCollection mutators - For example: ```ts export interface EnvironmentVariableMutator { readonly type: EnvironmentVariableMutatorType; readonly value: string; readonly workspace: Workspace | undefined; } export interface EnvironmentVariableCollection extends Iterable<[variable: string, mutator: EnvironmentVariableMutator]> { replace(variable: string, value: string, workspace?: Workspace): void; append(variable: string, value: string, workspace?: Workspace): void; prepend(variable: string, value: string, workspace?: Workspace): void; } ``` Context:
process
allow specifying workspace specific environmentvariablecollection mutators for example ts export interface environmentvariablemutator readonly type environmentvariablemutatortype readonly value string readonly workspace workspace undefined export interface environmentvariablecollection extends iterable replace variable string value string workspace workspace void append variable string value string workspace workspace void prepend variable string value string workspace workspace void context
1
3,385
3,431,801,123
IssuesEvent
2015-12-11 00:12:01
OctopusDeploy/Issues
https://api.github.com/repos/OctopusDeploy/Issues
closed
Variables pop-up window almost always shows up off screen
bug in progress usability
Octopus version: 3.2.9 The behavior is a bit erratic. It would be good if it could always show up 100% on the screen and aligned to the right. Customer's screen (firefox) ![od_1](https://cloud.githubusercontent.com/assets/6180562/11697587/fd5014de-9e98-11e5-8bd9-f98fc39d73b4.png) My screen (chrome) ![variablepopup](https://cloud.githubusercontent.com/assets/6180562/11697580/f40b4ea2-9e98-11e5-8331-b72e18b4c6c5.JPG)
True
Variables pop-up window almost always shows up off screen - Octopus version: 3.2.9 The behavior is a bit erratic. It would be good if it could always show up 100% on the screen and aligned to the right. Customer's screen (firefox) ![od_1](https://cloud.githubusercontent.com/assets/6180562/11697587/fd5014de-9e98-11e5-8bd9-f98fc39d73b4.png) My screen (chrome) ![variablepopup](https://cloud.githubusercontent.com/assets/6180562/11697580/f40b4ea2-9e98-11e5-8331-b72e18b4c6c5.JPG)
non_process
variables pop up window almost always shows up off screen octopus version the behavior is a bit erratic it would be good if it could always show up on the screen and aligned to the right customer s screen firefox my screen chrome
0
10,371
13,190,255,988
IssuesEvent
2020-08-13 09:52:16
pystatgen/sgkit
https://api.github.com/repos/pystatgen/sgkit
closed
Git merge strategy - disable merge commits?
process + tools
I would like to suggest to disable merge commits for PRs and essentially enforce rebase/squash only - the advantage of this strategy is that the git (graph) history is a lot cleaner. Would that be fine with everyone?
1.0
Git merge strategy - disable merge commits? - I would like to suggest to disable merge commits for PRs and essentially enforce rebase/squash only - the advantage of this strategy is that the git (graph) history is a lot cleaner. Would that be fine with everyone?
process
git merge strategy disable merge commits i would like to suggest to disable merge commits for prs and essentially enforce rebase squash only the advantage of this strategy is that the git graph history is a lot cleaner would that be fine with everyone
1
4,004
6,928,475,049
IssuesEvent
2017-12-01 05:10:38
Great-Hill-Corporation/quickBlocks
https://api.github.com/repos/Great-Hill-Corporation/quickBlocks
closed
monitors don't save empty abi file causing slowdown
apps-grabABI status-inprocess type-enhancement
If an address does not have code, it has no ABI, therefore, grabABI can't find it, but grabABI doesn't note this so the next time I ask for that account's ABI, if looks again. If EtherScan is down, this takes a long time (until timeout) for no reason.
1.0
monitors don't save empty abi file causing slowdown - If an address does not have code, it has no ABI, therefore, grabABI can't find it, but grabABI doesn't note this so the next time I ask for that account's ABI, if looks again. If EtherScan is down, this takes a long time (until timeout) for no reason.
process
monitors don t save empty abi file causing slowdown if an address does not have code it has no abi therefore grababi can t find it but grababi doesn t note this so the next time i ask for that account s abi if looks again if etherscan is down this takes a long time until timeout for no reason
1
147,572
19,522,845,109
IssuesEvent
2021-12-29 22:30:38
swagger-api/swagger-codegen
https://api.github.com/repos/swagger-api/swagger-codegen
opened
CVE-2019-10746 (High) detected in mixin-deep-1.3.1.tgz
security vulnerability
## CVE-2019-10746 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>mixin-deep-1.3.1.tgz</b></p></summary> <p>Deeply mix the properties of objects into the first object. Like merge-deep, but doesn't clone.</p> <p>Library home page: <a href="https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.3.1.tgz">https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.3.1.tgz</a></p> <p>Path to dependency file: /samples/client/petstore/javascript-es6/package.json</p> <p>Path to vulnerable library: /samples/client/petstore/javascript-es6/node_modules/mixin-deep/package.json,/samples/client/petstore/javascript-promise-es6/node_modules/mixin-deep/package.json</p> <p> Dependency Hierarchy: - babel-cli-6.26.0.tgz (Root Library) - chokidar-1.7.0.tgz - readdirp-2.2.1.tgz - micromatch-3.1.10.tgz - snapdragon-0.8.2.tgz - base-0.11.2.tgz - :x: **mixin-deep-1.3.1.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/swagger-api/swagger-codegen/commit/4b7a8d7d7384aa6a27d6309c35ade0916edae7ed">4b7a8d7d7384aa6a27d6309c35ade0916edae7ed</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> mixin-deep is vulnerable to Prototype Pollution in versions before 1.3.2 and version 2.0.0. The function mixin-deep could be tricked into adding or modifying properties of Object.prototype using a constructor payload. <p>Publish Date: 2019-08-23 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-10746>CVE-2019-10746</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>9.8</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/jonschlinkert/mixin-deep/commit/8f464c8ce9761a8c9c2b3457eaeee9d404fa7af9">https://github.com/jonschlinkert/mixin-deep/commit/8f464c8ce9761a8c9c2b3457eaeee9d404fa7af9</a></p> <p>Release Date: 2019-08-23</p> <p>Fix Resolution (mixin-deep): 1.3.2</p> <p>Direct dependency fix Resolution (babel-cli): 7.0.0-alpha.1</p> </p> </details> <p></p> *** <!-- REMEDIATE-OPEN-PR-START --> - [ ] Check this box to open an automated fix PR <!-- REMEDIATE-OPEN-PR-END --> <!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"javascript/Node.js","packageName":"babel-cli","packageVersion":"6.26.0","packageFilePaths":["/samples/client/petstore/javascript-es6/package.json"],"isTransitiveDependency":false,"dependencyTree":"babel-cli:6.26.0","isMinimumFixVersionAvailable":true,"minimumFixVersion":"7.0.0-alpha.1","isBinary":false}],"baseBranches":["master"],"vulnerabilityIdentifier":"CVE-2019-10746","vulnerabilityDetails":"mixin-deep is vulnerable to Prototype Pollution in versions before 1.3.2 and version 2.0.0. The function mixin-deep could be tricked into adding or modifying properties of Object.prototype using a constructor payload.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-10746","cvss3Severity":"high","cvss3Score":"9.8","cvss3Metrics":{"A":"High","AC":"Low","PR":"None","S":"Unchanged","C":"High","UI":"None","AV":"Network","I":"High"},"extraData":{}}</REMEDIATE> -->
True
CVE-2019-10746 (High) detected in mixin-deep-1.3.1.tgz - ## CVE-2019-10746 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>mixin-deep-1.3.1.tgz</b></p></summary> <p>Deeply mix the properties of objects into the first object. Like merge-deep, but doesn't clone.</p> <p>Library home page: <a href="https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.3.1.tgz">https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.3.1.tgz</a></p> <p>Path to dependency file: /samples/client/petstore/javascript-es6/package.json</p> <p>Path to vulnerable library: /samples/client/petstore/javascript-es6/node_modules/mixin-deep/package.json,/samples/client/petstore/javascript-promise-es6/node_modules/mixin-deep/package.json</p> <p> Dependency Hierarchy: - babel-cli-6.26.0.tgz (Root Library) - chokidar-1.7.0.tgz - readdirp-2.2.1.tgz - micromatch-3.1.10.tgz - snapdragon-0.8.2.tgz - base-0.11.2.tgz - :x: **mixin-deep-1.3.1.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/swagger-api/swagger-codegen/commit/4b7a8d7d7384aa6a27d6309c35ade0916edae7ed">4b7a8d7d7384aa6a27d6309c35ade0916edae7ed</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> mixin-deep is vulnerable to Prototype Pollution in versions before 1.3.2 and version 2.0.0. The function mixin-deep could be tricked into adding or modifying properties of Object.prototype using a constructor payload. <p>Publish Date: 2019-08-23 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-10746>CVE-2019-10746</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>9.8</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/jonschlinkert/mixin-deep/commit/8f464c8ce9761a8c9c2b3457eaeee9d404fa7af9">https://github.com/jonschlinkert/mixin-deep/commit/8f464c8ce9761a8c9c2b3457eaeee9d404fa7af9</a></p> <p>Release Date: 2019-08-23</p> <p>Fix Resolution (mixin-deep): 1.3.2</p> <p>Direct dependency fix Resolution (babel-cli): 7.0.0-alpha.1</p> </p> </details> <p></p> *** <!-- REMEDIATE-OPEN-PR-START --> - [ ] Check this box to open an automated fix PR <!-- REMEDIATE-OPEN-PR-END --> <!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"javascript/Node.js","packageName":"babel-cli","packageVersion":"6.26.0","packageFilePaths":["/samples/client/petstore/javascript-es6/package.json"],"isTransitiveDependency":false,"dependencyTree":"babel-cli:6.26.0","isMinimumFixVersionAvailable":true,"minimumFixVersion":"7.0.0-alpha.1","isBinary":false}],"baseBranches":["master"],"vulnerabilityIdentifier":"CVE-2019-10746","vulnerabilityDetails":"mixin-deep is vulnerable to Prototype Pollution in versions before 1.3.2 and version 2.0.0. The function mixin-deep could be tricked into adding or modifying properties of Object.prototype using a constructor payload.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-10746","cvss3Severity":"high","cvss3Score":"9.8","cvss3Metrics":{"A":"High","AC":"Low","PR":"None","S":"Unchanged","C":"High","UI":"None","AV":"Network","I":"High"},"extraData":{}}</REMEDIATE> -->
non_process
cve high detected in mixin deep tgz cve high severity vulnerability vulnerable library mixin deep tgz deeply mix the properties of objects into the first object like merge deep but doesn t clone library home page a href path to dependency file samples client petstore javascript package json path to vulnerable library samples client petstore javascript node modules mixin deep package json samples client petstore javascript promise node modules mixin deep package json dependency hierarchy babel cli tgz root library chokidar tgz readdirp tgz micromatch tgz snapdragon tgz base tgz x mixin deep tgz vulnerable library found in head commit a href found in base branch master vulnerability details mixin deep is vulnerable to prototype pollution in versions before and version the function mixin deep could be tricked into adding or modifying properties of object prototype using a constructor payload publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution mixin deep direct dependency fix resolution babel cli alpha check this box to open an automated fix pr isopenpronvulnerability false ispackagebased true isdefaultbranch true packages istransitivedependency false dependencytree babel cli isminimumfixversionavailable true minimumfixversion alpha isbinary false basebranches vulnerabilityidentifier cve vulnerabilitydetails mixin deep is vulnerable to prototype pollution in versions before and version the function mixin deep could be tricked into adding or modifying properties of object prototype using a constructor payload vulnerabilityurl
0
256,354
27,561,657,677
IssuesEvent
2023-03-07 22:38:17
samqws-marketing/amzn-ion-hive-serde
https://api.github.com/repos/samqws-marketing/amzn-ion-hive-serde
closed
CVE-2021-36373 (Medium) detected in ant-1.6.5.jar, ant-1.9.1.jar - autoclosed
Mend: dependency security vulnerability
## CVE-2021-36373 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>ant-1.6.5.jar</b>, <b>ant-1.9.1.jar</b></p></summary> <p> <details><summary><b>ant-1.6.5.jar</b></p></summary> <p>The Apache Software Foundation provides support for the Apache community of open-source software projects. The Apache projects are characterized by a collaborative, consensus based development process, an open and pragmatic software license, and a desire to create high quality software that leads the way in its field. We consider ourselves not simply a group of projects sharing a server, but rather a community of developers and users.</p> <p>Path to dependency file: /integration-test/build.gradle</p> <p>Path to vulnerable library: /home/wss-scanner/.gradle/caches/modules-2/files-2.1/ant/ant/1.6.5/7d18faf23df1a5c3a43613952e0e8a182664564b/ant-1.6.5.jar,/home/wss-scanner/.gradle/caches/modules-2/files-2.1/ant/ant/1.6.5/7d18faf23df1a5c3a43613952e0e8a182664564b/ant-1.6.5.jar</p> <p> Dependency Hierarchy: - hive-serde-2.3.9.jar (Root Library) - hive-service-rpc-2.3.9.jar - jasper-compiler-5.5.23.jar - :x: **ant-1.6.5.jar** (Vulnerable Library) </details> <details><summary><b>ant-1.9.1.jar</b></p></summary> <p>master POM</p> <p>Path to dependency file: /integration-test/build.gradle</p> <p>Path to vulnerable library: /home/wss-scanner/.gradle/caches/modules-2/files-2.1/org.apache.ant/ant/1.9.1/35900c96dbebc85dcfbd71f4661059ebcf93c077/ant-1.9.1.jar,/home/wss-scanner/.gradle/caches/modules-2/files-2.1/org.apache.ant/ant/1.9.1/35900c96dbebc85dcfbd71f4661059ebcf93c077/ant-1.9.1.jar</p> <p> Dependency Hierarchy: - hive-serde-2.3.9.jar (Root Library) - hive-common-2.3.9.jar - :x: **ant-1.9.1.jar** (Vulnerable Library) </details> <p>Found in HEAD commit: <a href="https://github.com/samqws-marketing/amzn-ion-hive-serde/commit/ffb6641ebb10aac58bb7eec412635e91e79fac24">ffb6641ebb10aac58bb7eec412635e91e79fac24</a></p> <p>Found in base branch: <b>0.3.0</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> When reading a specially crafted TAR archive an Apache Ant build can be made to allocate large amounts of memory that finally leads to an out of memory error, even for small inputs. This can be used to disrupt builds using Apache Ant. Apache Ant prior to 1.9.16 and 1.10.11 were affected. <p>Publish Date: 2021-07-14 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2021-36373>CVE-2021-36373</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-36373">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-36373</a></p> <p>Release Date: 2021-07-14</p> <p>Fix Resolution (org.apache.ant:ant): 1.9.16</p> <p>Direct dependency fix Resolution (org.apache.hive:hive-serde): 3.0.0</p> </p> </details> <p></p> *** <!-- REMEDIATE-OPEN-PR-START --> - [ ] Check this box to open an automated fix PR <!-- REMEDIATE-OPEN-PR-END -->
True
CVE-2021-36373 (Medium) detected in ant-1.6.5.jar, ant-1.9.1.jar - autoclosed - ## CVE-2021-36373 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>ant-1.6.5.jar</b>, <b>ant-1.9.1.jar</b></p></summary> <p> <details><summary><b>ant-1.6.5.jar</b></p></summary> <p>The Apache Software Foundation provides support for the Apache community of open-source software projects. The Apache projects are characterized by a collaborative, consensus based development process, an open and pragmatic software license, and a desire to create high quality software that leads the way in its field. We consider ourselves not simply a group of projects sharing a server, but rather a community of developers and users.</p> <p>Path to dependency file: /integration-test/build.gradle</p> <p>Path to vulnerable library: /home/wss-scanner/.gradle/caches/modules-2/files-2.1/ant/ant/1.6.5/7d18faf23df1a5c3a43613952e0e8a182664564b/ant-1.6.5.jar,/home/wss-scanner/.gradle/caches/modules-2/files-2.1/ant/ant/1.6.5/7d18faf23df1a5c3a43613952e0e8a182664564b/ant-1.6.5.jar</p> <p> Dependency Hierarchy: - hive-serde-2.3.9.jar (Root Library) - hive-service-rpc-2.3.9.jar - jasper-compiler-5.5.23.jar - :x: **ant-1.6.5.jar** (Vulnerable Library) </details> <details><summary><b>ant-1.9.1.jar</b></p></summary> <p>master POM</p> <p>Path to dependency file: /integration-test/build.gradle</p> <p>Path to vulnerable library: /home/wss-scanner/.gradle/caches/modules-2/files-2.1/org.apache.ant/ant/1.9.1/35900c96dbebc85dcfbd71f4661059ebcf93c077/ant-1.9.1.jar,/home/wss-scanner/.gradle/caches/modules-2/files-2.1/org.apache.ant/ant/1.9.1/35900c96dbebc85dcfbd71f4661059ebcf93c077/ant-1.9.1.jar</p> <p> Dependency Hierarchy: - hive-serde-2.3.9.jar (Root Library) - hive-common-2.3.9.jar - :x: **ant-1.9.1.jar** (Vulnerable Library) </details> <p>Found in HEAD commit: <a href="https://github.com/samqws-marketing/amzn-ion-hive-serde/commit/ffb6641ebb10aac58bb7eec412635e91e79fac24">ffb6641ebb10aac58bb7eec412635e91e79fac24</a></p> <p>Found in base branch: <b>0.3.0</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> When reading a specially crafted TAR archive an Apache Ant build can be made to allocate large amounts of memory that finally leads to an out of memory error, even for small inputs. This can be used to disrupt builds using Apache Ant. Apache Ant prior to 1.9.16 and 1.10.11 were affected. <p>Publish Date: 2021-07-14 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2021-36373>CVE-2021-36373</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-36373">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-36373</a></p> <p>Release Date: 2021-07-14</p> <p>Fix Resolution (org.apache.ant:ant): 1.9.16</p> <p>Direct dependency fix Resolution (org.apache.hive:hive-serde): 3.0.0</p> </p> </details> <p></p> *** <!-- REMEDIATE-OPEN-PR-START --> - [ ] Check this box to open an automated fix PR <!-- REMEDIATE-OPEN-PR-END -->
non_process
cve medium detected in ant jar ant jar autoclosed cve medium severity vulnerability vulnerable libraries ant jar ant jar ant jar the apache software foundation provides support for the apache community of open source software projects the apache projects are characterized by a collaborative consensus based development process an open and pragmatic software license and a desire to create high quality software that leads the way in its field we consider ourselves not simply a group of projects sharing a server but rather a community of developers and users path to dependency file integration test build gradle path to vulnerable library home wss scanner gradle caches modules files ant ant ant jar home wss scanner gradle caches modules files ant ant ant jar dependency hierarchy hive serde jar root library hive service rpc jar jasper compiler jar x ant jar vulnerable library ant jar master pom path to dependency file integration test build gradle path to vulnerable library home wss scanner gradle caches modules files org apache ant ant ant jar home wss scanner gradle caches modules files org apache ant ant ant jar dependency hierarchy hive serde jar root library hive common jar x ant jar vulnerable library found in head commit a href found in base branch vulnerability details when reading a specially crafted tar archive an apache ant build can be made to allocate large amounts of memory that finally leads to an out of memory error even for small inputs this can be used to disrupt builds using apache ant apache ant prior to and were affected publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity low privileges required none user interaction required scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution org apache ant ant direct dependency fix resolution org apache hive hive serde check this box to open an automated fix pr
0
5,815
8,651,157,489
IssuesEvent
2018-11-27 01:46:06
gfrebello/qs-trip-planning-procedure
https://api.github.com/repos/gfrebello/qs-trip-planning-procedure
closed
Organize user permissions
Priority:Very High Process:Implement Requirement
As of the moment, users can access all instances of all entities in the database (almost as if they were an admin). Permissions need to be granted/revoked so that users are only authorized to see what they should (for example, Trips that are relative to the given user).
1.0
Organize user permissions - As of the moment, users can access all instances of all entities in the database (almost as if they were an admin). Permissions need to be granted/revoked so that users are only authorized to see what they should (for example, Trips that are relative to the given user).
process
organize user permissions as of the moment users can access all instances of all entities in the database almost as if they were an admin permissions need to be granted revoked so that users are only authorized to see what they should for example trips that are relative to the given user
1
6,658
9,781,027,703
IssuesEvent
2019-06-07 18:34:11
bisq-network/bisq
https://api.github.com/repos/bisq-network/bisq
closed
Timeout at take-offer attempt
an:investigation in:network in:trade-process on:Linux on:Windows was:dropped
We still get many reports for timeouts at the take-offer attempt. See https://bisq.community/t/0-9-4-update-trade-limit-doesnt-work-correctly/7134/ I assume a reason is standby behaviour at different OS. For OSX it should be fixed with 0.9 by playing a silent sound to avoid that the OS throttles the network which causes timeouts when a taker tries to take the offer. We don't know if that fix works for other OS and how the behaviour is at other OS. @devinbileck Do you have any info for Windows? @freimair We need to set higher prio to that topic. If you have any idea what could other issues let me know. I see recently many Tor startup delays when I start a mainnet node. But I have poor internet now...
1.0
Timeout at take-offer attempt - We still get many reports for timeouts at the take-offer attempt. See https://bisq.community/t/0-9-4-update-trade-limit-doesnt-work-correctly/7134/ I assume a reason is standby behaviour at different OS. For OSX it should be fixed with 0.9 by playing a silent sound to avoid that the OS throttles the network which causes timeouts when a taker tries to take the offer. We don't know if that fix works for other OS and how the behaviour is at other OS. @devinbileck Do you have any info for Windows? @freimair We need to set higher prio to that topic. If you have any idea what could other issues let me know. I see recently many Tor startup delays when I start a mainnet node. But I have poor internet now...
process
timeout at take offer attempt we still get many reports for timeouts at the take offer attempt see i assume a reason is standby behaviour at different os for osx it should be fixed with by playing a silent sound to avoid that the os throttles the network which causes timeouts when a taker tries to take the offer we don t know if that fix works for other os and how the behaviour is at other os devinbileck do you have any info for windows freimair we need to set higher prio to that topic if you have any idea what could other issues let me know i see recently many tor startup delays when i start a mainnet node but i have poor internet now
1
28,666
2,708,468,059
IssuesEvent
2015-04-08 09:09:23
ondras/wwwsqldesigner
https://api.github.com/repos/ondras/wwwsqldesigner
opened
Drag n Drop (foreign keys, re-order fields)
enhancement imported Priority-Medium
_From [kevin.sa...@gmail.com](https://code.google.com/u/105135887812509745051/) on July 08, 2009 15:58:14_ What steps will reproduce the problem? 1. Creating a relation / foreign key requires clicking on the button in the menus 1.1. Changing the order of the fields in a table too! What is the expected output? What do you see instead? It would be great with those fields were dragable both within the table to change their order, and to another table to create a new relation. What version of the product are you using? On what operating system? Latest zip available _Original issue: http://code.google.com/p/wwwsqldesigner/issues/detail?id=29_
1.0
Drag n Drop (foreign keys, re-order fields) - _From [kevin.sa...@gmail.com](https://code.google.com/u/105135887812509745051/) on July 08, 2009 15:58:14_ What steps will reproduce the problem? 1. Creating a relation / foreign key requires clicking on the button in the menus 1.1. Changing the order of the fields in a table too! What is the expected output? What do you see instead? It would be great with those fields were dragable both within the table to change their order, and to another table to create a new relation. What version of the product are you using? On what operating system? Latest zip available _Original issue: http://code.google.com/p/wwwsqldesigner/issues/detail?id=29_
non_process
drag n drop foreign keys re order fields from on july what steps will reproduce the problem creating a relation foreign key requires clicking on the button in the menus changing the order of the fields in a table too what is the expected output what do you see instead it would be great with those fields were dragable both within the table to change their order and to another table to create a new relation what version of the product are you using on what operating system latest zip available original issue
0
10,187
13,044,162,865
IssuesEvent
2020-07-29 03:47:37
tikv/tikv
https://api.github.com/repos/tikv/tikv
closed
UCP: Migrate scalar function `LeastTime` from TiDB
challenge-program-2 component/coprocessor difficulty/easy sig/coprocessor
## Description Port the scalar function `LeastTime` from TiDB to coprocessor. ## Score * 50 ## Mentor(s) * @andylokandy ## Recommended Skills * Rust programming ## Learning Materials Already implemented expressions ported from TiDB - https://github.com/tikv/tikv/tree/master/components/tidb_query/src/rpn_expr) - https://github.com/tikv/tikv/tree/master/components/tidb_query/src/expr)
2.0
UCP: Migrate scalar function `LeastTime` from TiDB - ## Description Port the scalar function `LeastTime` from TiDB to coprocessor. ## Score * 50 ## Mentor(s) * @andylokandy ## Recommended Skills * Rust programming ## Learning Materials Already implemented expressions ported from TiDB - https://github.com/tikv/tikv/tree/master/components/tidb_query/src/rpn_expr) - https://github.com/tikv/tikv/tree/master/components/tidb_query/src/expr)
process
ucp migrate scalar function leasttime from tidb description port the scalar function leasttime from tidb to coprocessor score mentor s andylokandy recommended skills rust programming learning materials already implemented expressions ported from tidb
1
802
3,281,806,396
IssuesEvent
2015-10-28 00:30:33
beesmart-it/trend-hrm
https://api.github.com/repos/beesmart-it/trend-hrm
closed
Process not shown after creation for non preferred clients
bug client company requirement selection process
Process is not automatically added to Others tab
1.0
Process not shown after creation for non preferred clients - Process is not automatically added to Others tab
process
process not shown after creation for non preferred clients process is not automatically added to others tab
1
336,665
10,195,109,026
IssuesEvent
2019-08-12 17:17:46
CESARBR/knot-gateway-buildroot
https://api.github.com/repos/CESARBR/knot-gateway-buildroot
closed
Update README files
enhancement priority: low
Output: Updated and organized README file with instructions to build and flash KNoT Boards.
1.0
Update README files - Output: Updated and organized README file with instructions to build and flash KNoT Boards.
non_process
update readme files output updated and organized readme file with instructions to build and flash knot boards
0
121,549
15,964,473,679
IssuesEvent
2021-04-16 06:17:29
outline/outline
https://api.github.com/repos/outline/outline
closed
Update styling of pinned documents
design needed enhancement stale
We'd like to call out documents pinned on a collection in a better way. They should be styled differently than the rest of the list – like "cards" with a preview of the text. More design details to come.
1.0
Update styling of pinned documents - We'd like to call out documents pinned on a collection in a better way. They should be styled differently than the rest of the list – like "cards" with a preview of the text. More design details to come.
non_process
update styling of pinned documents we d like to call out documents pinned on a collection in a better way they should be styled differently than the rest of the list – like cards with a preview of the text more design details to come
0
19,767
26,140,924,886
IssuesEvent
2022-12-29 18:19:01
rust-lang/cargo
https://api.github.com/repos/rust-lang/cargo
opened
Asymmetric Tokens from credential processes
Z-credential-process A-registry-authentication
The RFC describes how credential processes can generate Asymmetric Tokens, however that was not implemented in https://github.com/rust-lang/cargo/pull/10771 . We should implement this before stabilization. cc https://github.com/rust-lang/cargo/issues/10519
1.0
Asymmetric Tokens from credential processes - The RFC describes how credential processes can generate Asymmetric Tokens, however that was not implemented in https://github.com/rust-lang/cargo/pull/10771 . We should implement this before stabilization. cc https://github.com/rust-lang/cargo/issues/10519
process
asymmetric tokens from credential processes the rfc describes how credential processes can generate asymmetric tokens however that was not implemented in we should implement this before stabilization cc
1
62,284
12,198,976,390
IssuesEvent
2020-04-30 00:16:27
kwk/test-llvm-bz-import-5
https://api.github.com/repos/kwk/test-llvm-bz-import-5
opened
UsedAttr does not correctly cause declarations or definitions to be emitted to LLVM.
BZ-BUG-STATUS: NEW clang/LLVM Codegen dummy import from bugzilla
This issue was imported from Bugzilla https://bugs.llvm.org/show_bug.cgi?id=15478.
1.0
UsedAttr does not correctly cause declarations or definitions to be emitted to LLVM. - This issue was imported from Bugzilla https://bugs.llvm.org/show_bug.cgi?id=15478.
non_process
usedattr does not correctly cause declarations or definitions to be emitted to llvm this issue was imported from bugzilla
0
4,648
7,495,148,609
IssuesEvent
2018-04-07 17:41:25
brucemiller/LaTeXML
https://api.github.com/repos/brucemiller/LaTeXML
closed
No entries for Bibliography and appendix sections in TOC
bibliography bug postprocessing
Applies to conversion with LaTeXML 0.8.2. No TOC entries are generated for the Bibliography and sections in the Appendix in the main in-page TOC at the beginning (index.html) of the HTML collection generated from LaTeX using route: LaTeX -> XML, with latexml; XML -> HTML with latexmlpost. Sidebar navigation is not affected. Working with report document class and using \addcontentsline{toc}{chapter}{Bibliography} in LaTeX, but I have tried a number of other solutions - none giving the desired outcome. TOC generation worked OK with LaTeXML 0.8.1 and the same LaTeX document class and structure.
1.0
No entries for Bibliography and appendix sections in TOC - Applies to conversion with LaTeXML 0.8.2. No TOC entries are generated for the Bibliography and sections in the Appendix in the main in-page TOC at the beginning (index.html) of the HTML collection generated from LaTeX using route: LaTeX -> XML, with latexml; XML -> HTML with latexmlpost. Sidebar navigation is not affected. Working with report document class and using \addcontentsline{toc}{chapter}{Bibliography} in LaTeX, but I have tried a number of other solutions - none giving the desired outcome. TOC generation worked OK with LaTeXML 0.8.1 and the same LaTeX document class and structure.
process
no entries for bibliography and appendix sections in toc applies to conversion with latexml no toc entries are generated for the bibliography and sections in the appendix in the main in page toc at the beginning index html of the html collection generated from latex using route latex xml with latexml xml html with latexmlpost sidebar navigation is not affected working with report document class and using addcontentsline toc chapter bibliography in latex but i have tried a number of other solutions none giving the desired outcome toc generation worked ok with latexml and the same latex document class and structure
1
173,213
14,405,203,966
IssuesEvent
2020-12-03 18:21:23
Atos20/Crate
https://api.github.com/repos/Atos20/Crate
closed
Environmental Setup
Setup documentation
Follow the instructions listed in the links below to get your local environment setup for Crate. 1. [Follow the instructions here underneath the Install prerequisites section up to setup](https://mod4.turing.io/projects/crate/crate_setup.html). 2. [Follow the instructions here in the README.md in the Setup and Running section, and the setup bullet point](https://github.com/Atos20/Crate). Only have to follow the API and WEB folder instructions, mobile is not needed.
1.0
Environmental Setup - Follow the instructions listed in the links below to get your local environment setup for Crate. 1. [Follow the instructions here underneath the Install prerequisites section up to setup](https://mod4.turing.io/projects/crate/crate_setup.html). 2. [Follow the instructions here in the README.md in the Setup and Running section, and the setup bullet point](https://github.com/Atos20/Crate). Only have to follow the API and WEB folder instructions, mobile is not needed.
non_process
environmental setup follow the instructions listed in the links below to get your local environment setup for crate only have to follow the api and web folder instructions mobile is not needed
0
17,344
23,170,993,549
IssuesEvent
2022-07-30 18:05:28
open-ephys/GUI
https://api.github.com/repos/open-ephys/GUI
closed
OS X filter issues
OS X Processors
When adding a Bandpass Filter to the signal chain on OS X, the program occasionally (but not always) reaches the assertion at line 185 of PoleFilter.cpp. This is incredibly inconsistent, and the filters seem to work fine when it doesn't happen. The assertion has been commented out for now, but we need to find the root of the problem.
1.0
OS X filter issues - When adding a Bandpass Filter to the signal chain on OS X, the program occasionally (but not always) reaches the assertion at line 185 of PoleFilter.cpp. This is incredibly inconsistent, and the filters seem to work fine when it doesn't happen. The assertion has been commented out for now, but we need to find the root of the problem.
process
os x filter issues when adding a bandpass filter to the signal chain on os x the program occasionally but not always reaches the assertion at line of polefilter cpp this is incredibly inconsistent and the filters seem to work fine when it doesn t happen the assertion has been commented out for now but we need to find the root of the problem
1
20,837
27,610,160,599
IssuesEvent
2023-03-09 15:28:56
Sebastian009w/hyper-burguer
https://api.github.com/repos/Sebastian009w/hyper-burguer
opened
Setting
process
- [ ] Use vite - [ ] Components - [ ] Tailwind css - [ ] Axios - [ ] Vitest - [ ] react router dom
1.0
Setting - - [ ] Use vite - [ ] Components - [ ] Tailwind css - [ ] Axios - [ ] Vitest - [ ] react router dom
process
setting use vite components tailwind css axios vitest react router dom
1
97,112
8,648,583,772
IssuesEvent
2018-11-26 16:56:42
SME-Issues/issues
https://api.github.com/repos/SME-Issues/issues
closed
Test Summary - 26/11/2018 - 5004
NLP Api pulse_tests
### Intent - **Intent Errors: 2** (#925) ### DemoScript - Demo Script Stateful Tests (76): **92%** pass (66), 6 failed understood (#920) - Demo Script Stateless Tests (35): **97%** pass (32), 1 failed understood (#921) - Demo Script V2 Stateful Result Only Tests (77): **81%** pass (61), 14 failed understood (#922) - Demo Script V2 Stateful Tests (77): **81%** pass (61), 14 failed understood (#923) - Demo Script V2 Stateless Tests (77): **83%** pass (62), 13 failed understood (#924)
1.0
Test Summary - 26/11/2018 - 5004 - ### Intent - **Intent Errors: 2** (#925) ### DemoScript - Demo Script Stateful Tests (76): **92%** pass (66), 6 failed understood (#920) - Demo Script Stateless Tests (35): **97%** pass (32), 1 failed understood (#921) - Demo Script V2 Stateful Result Only Tests (77): **81%** pass (61), 14 failed understood (#922) - Demo Script V2 Stateful Tests (77): **81%** pass (61), 14 failed understood (#923) - Demo Script V2 Stateless Tests (77): **83%** pass (62), 13 failed understood (#924)
non_process
test summary intent intent errors demoscript demo script stateful tests pass failed understood demo script stateless tests pass failed understood demo script stateful result only tests pass failed understood demo script stateful tests pass failed understood demo script stateless tests pass failed understood
0
73,641
19,726,291,967
IssuesEvent
2022-01-13 20:19:09
GoogleContainerTools/skaffold
https://api.github.com/repos/GoogleContainerTools/skaffold
closed
ko builder doesn't error when no default repo is set
kind/bug help wanted area/build priority/p2 builder/ko
### Expected behavior skaffold returns an error when it can't infer a proper registry / image name ### Actual behavior skaffold hangs/eventually times out trying to contact an unresolvable host ### Information - Skaffold version: v1.35.0 - Operating system: `Linux eevee 5.15.5-arch1-1 #1 SMP PREEMPT Thu, 25 Nov 2021 22:09:33 +0000 x86_64 GNU/Linux` - Installed via: Arch Linux community repo - Contents of skaffold.yaml: ```yaml apiVersion: skaffold/v2beta26 kind: Config metadata: name: authd build: artifacts: - image: ko://go.seankhliao.com/testrepo-705/cmd/p ko: flags: - -trimpath ldflags: - -s - -w local: concurrency: 0 tagPolicy: sha256: {} deploy: kubectl: manifests: - deploy/* ``` ### Steps to reproduce the behavior 1. unset default repo 2. `git clone https://github.com/seankhliao/testrepo-705 && cd testrepo-705` 3. `skaffold build` this succeeds, but with a wrong image name and doesn't seem to output the image anywhere useful 4. `skaffold build` second time, this hangs, maybe trying to lookup the previously built version? It would also be nice to be able to specify the default repo in skaffold.yaml instead of global config <details> <summary>trace logs from build 1</summary> <pre> time="2021-12-03T23:50:36+01:00" level=debug msg="skaffold API not starting as it's not requested" subtask=-1 task=DevLoop time="2021-12-03T23:50:36+01:00" level=info msg="Skaffold &{Version:v1.35.0 ConfigVersion:skaffold/v2beta26 GitVersion: GitCommit: BuildDate:2021-11-17T21:51:04Z GoVersion:go1.17.3 Compiler:gc Platform:linux/amd64 User:}" subtask=-1 task=DevLoop time="2021-12-03T23:50:36+01:00" level=info msg="Loaded Skaffold defaults from \"/tmp/skaffold\"" subtask=-1 task=DevLoop time="2021-12-03T23:50:36+01:00" level=debug msg="parsed 1 configs from configuration file /home/arccy/tmp/testrepo-705/skaffold.yaml" subtask=-1 task=DevLoop time="2021-12-03T23:50:36+01:00" level=trace msg="validating yamltags of struct SkaffoldConfig" subtask=-1 task=DevLoop time="2021-12-03T23:50:36+01:00" level=trace msg="validating yamltags of struct Metadata" subtask=-1 task=DevLoop time="2021-12-03T23:50:36+01:00" level=trace msg="validating yamltags of struct Pipeline" subtask=-1 task=DevLoop time="2021-12-03T23:50:36+01:00" level=trace msg="validating yamltags of struct BuildConfig" subtask=-1 task=DevLoop time="2021-12-03T23:50:36+01:00" level=trace msg="validating yamltags of struct Artifact" subtask=-1 task=DevLoop time="2021-12-03T23:50:36+01:00" level=trace msg="validating yamltags of struct ArtifactType" subtask=-1 task=DevLoop time="2021-12-03T23:50:36+01:00" level=trace msg="validating yamltags of struct KoArtifact" subtask=-1 task=DevLoop time="2021-12-03T23:50:36+01:00" level=trace msg="validating yamltags of struct BuildHooks" subtask=-1 task=DevLoop time="2021-12-03T23:50:36+01:00" level=trace msg="validating yamltags of struct TagPolicy" subtask=-1 task=DevLoop time="2021-12-03T23:50:36+01:00" level=trace msg="validating yamltags of struct ShaTagger" subtask=-1 task=DevLoop time="2021-12-03T23:50:36+01:00" level=trace msg="validating yamltags of struct BuildType" subtask=-1 task=DevLoop time="2021-12-03T23:50:36+01:00" level=trace msg="validating yamltags of struct LocalBuild" subtask=-1 task=DevLoop time="2021-12-03T23:50:36+01:00" level=trace msg="validating yamltags of struct DeployConfig" subtask=-1 task=DevLoop time="2021-12-03T23:50:36+01:00" level=trace msg="validating yamltags of struct DeployType" subtask=-1 task=DevLoop time="2021-12-03T23:50:36+01:00" level=trace msg="validating yamltags of struct KubectlDeploy" subtask=-1 task=DevLoop time="2021-12-03T23:50:36+01:00" level=trace msg="validating yamltags of struct KubectlFlags" subtask=-1 task=DevLoop time="2021-12-03T23:50:36+01:00" level=trace msg="validating yamltags of struct DeployHooks" subtask=-1 task=DevLoop time="2021-12-03T23:50:36+01:00" level=trace msg="validating yamltags of struct LogsConfig" subtask=-1 task=DevLoop time="2021-12-03T23:50:36+01:00" level=info msg="Using kubectl context: default" subtask=-1 task=DevLoop time="2021-12-03T23:50:36+01:00" level=debug msg="Running command: [minikube version --output=json]" subtask=-1 task=DevLoop time="2021-12-03T23:50:36+01:00" level=trace msg="Minikube cluster not detected: starting command minikube version --output=json: exec: \"minikube\": executable file not found in $PATH" subtask=-1 task=DevLoop time="2021-12-03T23:50:36+01:00" level=trace msg="Minikube cluster not detected: starting command minikube version --output=json: exec: \"minikube\": executable file not found in $PATH" subtask=-1 task=DevLoop time="2021-12-03T23:50:36+01:00" level=debug msg="setting Docker user agent to skaffold-v1.35.0" subtask=-1 task=DevLoop time="2021-12-03T23:50:36+01:00" level=debug msg="Using builder: local" subtask=-1 task=DevLoop time="2021-12-03T23:50:36+01:00" level=debug msg="push value not present in NewBuilder, defaulting to true because cluster.PushImages is true" subtask=-1 task=DevLoop time="2021-12-03T23:50:36+01:00" level=info msg="build concurrency first set to 0 parsed from *local.Builder[0]" subtask=-1 task=DevLoop time="2021-12-03T23:50:36+01:00" level=info msg="final build concurrency value is 0" subtask=-1 task=DevLoop Generating tags... - ko://go.seankhliao.com/testrepo-705/cmd/p -> ko://go.seankhliao.com/testrepo-705/cmd/p:latest time="2021-12-03T23:50:36+01:00" level=info msg="Tags generated in 132.304µs" subtask=-1 task=Build Checking cache... time="2021-12-03T23:50:36+01:00" level=debug msg="Could not import artifact from Docker, building instead (import of missing images disabled)" subtask=-1 task=Build - ko://go.seankhliao.com/testrepo-705/cmd/p: Not found. Building time="2021-12-03T23:50:36+01:00" level=info msg="Cache check completed in 1.962325ms" subtask=-1 task=Build Starting build... Building [ko://go.seankhliao.com/testrepo-705/cmd/p]... time="2021-12-03T23:50:36+01:00" level=info msg="No matching credentials were found, falling back on anonymous" time="2021-12-03T23:50:36+01:00" level=info msg="Using base gcr.io/distroless/static:nonroot for go.seankhliao.com/testrepo-705/cmd/p" time="2021-12-03T23:50:36+01:00" level=trace msg="latest skaffold version: v1.35.0" subtask=-1 task=DevLoop time="2021-12-03T23:50:36+01:00" level=trace msg="--> GET https://gcr.io/v2/" time="2021-12-03T23:50:36+01:00" level=trace msg="GET /v2/ HTTP/1.1" time="2021-12-03T23:50:36+01:00" level=trace msg="Host: gcr.io" time="2021-12-03T23:50:36+01:00" level=trace msg="User-Agent: skaffold/v1.35.0 (linux/amd64) go-containerregistry/v0.6.0" time="2021-12-03T23:50:36+01:00" level=trace msg="Accept-Encoding: gzip" time="2021-12-03T23:50:36+01:00" level=trace time="2021-12-03T23:50:36+01:00" level=trace time="2021-12-03T23:50:37+01:00" level=trace msg="<-- 401 https://gcr.io/v2/ (341.876107ms)" time="2021-12-03T23:50:37+01:00" level=trace msg="HTTP/2.0 401 Unauthorized" time="2021-12-03T23:50:37+01:00" level=trace msg="Alt-Svc: h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000,h3-Q050=\":443\"; ma=2592000,h3-Q046=\":443\"; ma=2592000,h3-Q043=\":443\"; ma=2592000,quic=\":443\"; ma=2592000; v=\"46,43\"" time="2021-12-03T23:50:37+01:00" level=trace msg="Cache-Control: private" time="2021-12-03T23:50:37+01:00" level=trace msg="Content-Type: application/json" time="2021-12-03T23:50:37+01:00" level=trace msg="Date: Fri, 03 Dec 2021 22:50:37 GMT" time="2021-12-03T23:50:37+01:00" level=trace msg="Docker-Distribution-Api-Version: registry/2.0" time="2021-12-03T23:50:37+01:00" level=trace msg="Server: Docker Registry" time="2021-12-03T23:50:37+01:00" level=trace msg="Www-Authenticate: Bearer realm=\"https://gcr.io/v2/token\",service=\"gcr.io\"" time="2021-12-03T23:50:37+01:00" level=trace msg="X-Frame-Options: SAMEORIGIN" time="2021-12-03T23:50:37+01:00" level=trace msg="X-Xss-Protection: 0" time="2021-12-03T23:50:37+01:00" level=trace time="2021-12-03T23:50:37+01:00" level=trace msg="{\"errors\":[{\"code\":\"UNAUTHORIZED\",\"message\":\"Unauthorized access.\"}]}" time="2021-12-03T23:50:37+01:00" level=trace msg="--> GET https://gcr.io/v2/token?scope=repository%3Adistroless%2Fstatic%3Apull&service=gcr.io [body redacted: basic token response contains credentials]" time="2021-12-03T23:50:37+01:00" level=trace msg="GET /v2/token?scope=repository%3Adistroless%2Fstatic%3Apull&service=gcr.io HTTP/1.1" time="2021-12-03T23:50:37+01:00" level=trace msg="Host: gcr.io" time="2021-12-03T23:50:37+01:00" level=trace msg="User-Agent: skaffold/v1.35.0 (linux/amd64) go-containerregistry/v0.6.0" time="2021-12-03T23:50:37+01:00" level=trace msg="Authorization: <redacted>" time="2021-12-03T23:50:37+01:00" level=trace msg="Accept-Encoding: gzip" time="2021-12-03T23:50:37+01:00" level=trace time="2021-12-03T23:50:37+01:00" level=trace time="2021-12-03T23:50:37+01:00" level=trace msg="<-- 200 https://gcr.io/v2/token?scope=repository%3Adistroless%2Fstatic%3Apull&service=gcr.io (49.241009ms) [body redacted: basic token response contains credentials]" time="2021-12-03T23:50:37+01:00" level=trace msg="HTTP/2.0 200 OK" time="2021-12-03T23:50:37+01:00" level=trace msg="Alt-Svc: h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000,h3-Q050=\":443\"; ma=2592000,h3-Q046=\":443\"; ma=2592000,h3-Q043=\":443\"; ma=2592000,quic=\":443\"; ma=2592000; v=\"46,43\"" time="2021-12-03T23:50:37+01:00" level=trace msg="Cache-Control: private" time="2021-12-03T23:50:37+01:00" level=trace msg="Content-Type: application/json" time="2021-12-03T23:50:37+01:00" level=trace msg="Date: Fri, 03 Dec 2021 22:50:37 GMT" time="2021-12-03T23:50:37+01:00" level=trace msg="Docker-Distribution-Api-Version: registry/2.0" time="2021-12-03T23:50:37+01:00" level=trace msg="Server: Docker Registry" time="2021-12-03T23:50:37+01:00" level=trace msg="X-Frame-Options: SAMEORIGIN" time="2021-12-03T23:50:37+01:00" level=trace msg="X-Xss-Protection: 0" time="2021-12-03T23:50:37+01:00" level=trace time="2021-12-03T23:50:37+01:00" level=trace time="2021-12-03T23:50:37+01:00" level=trace msg="--> GET https://gcr.io/v2/distroless/static/manifests/nonroot" time="2021-12-03T23:50:37+01:00" level=trace msg="GET /v2/distroless/static/manifests/nonroot HTTP/1.1" time="2021-12-03T23:50:37+01:00" level=trace msg="Host: gcr.io" time="2021-12-03T23:50:37+01:00" level=trace msg="User-Agent: skaffold/v1.35.0 (linux/amd64) go-containerregistry/v0.6.0" time="2021-12-03T23:50:37+01:00" level=trace msg="Accept: application/vnd.docker.distribution.manifest.v1+json,application/vnd.docker.distribution.manifest.v1+prettyjws,application/vnd.docker.distribution.manifest.v2+json,application/vnd.oci.image.manifest.v1+json,application/vnd.docker.distribution.manifest.list.v2+json,application/vnd.oci.image.index.v1+json" time="2021-12-03T23:50:37+01:00" level=trace msg="Authorization: <redacted>" time="2021-12-03T23:50:37+01:00" level=trace msg="Accept-Encoding: gzip" time="2021-12-03T23:50:37+01:00" level=trace time="2021-12-03T23:50:37+01:00" level=trace time="2021-12-03T23:50:37+01:00" level=trace msg="<-- 200 https://gcr.io/v2/distroless/static/manifests/nonroot (371.681044ms)" time="2021-12-03T23:50:37+01:00" level=trace msg="HTTP/2.0 200 OK" time="2021-12-03T23:50:37+01:00" level=trace msg="Content-Length: 1665" time="2021-12-03T23:50:37+01:00" level=trace msg="Alt-Svc: h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000,h3-Q050=\":443\"; ma=2592000,h3-Q046=\":443\"; ma=2592000,h3-Q043=\":443\"; ma=2592000,quic=\":443\"; ma=2592000; v=\"46,43\"" time="2021-12-03T23:50:37+01:00" level=trace msg="Content-Type: application/vnd.docker.distribution.manifest.list.v2+json" time="2021-12-03T23:50:37+01:00" level=trace msg="Date: Fri, 03 Dec 2021 22:50:37 GMT" time="2021-12-03T23:50:37+01:00" level=trace msg="Docker-Content-Digest: sha256:bca3c203cdb36f5914ab8568e4c25165643ea9b711b41a8a58b42c80a51ed609" time="2021-12-03T23:50:37+01:00" level=trace msg="Docker-Distribution-Api-Version: registry/2.0" time="2021-12-03T23:50:37+01:00" level=trace msg="Server: Docker Registry" time="2021-12-03T23:50:37+01:00" level=trace msg="X-Frame-Options: SAMEORIGIN" time="2021-12-03T23:50:37+01:00" level=trace msg="X-Xss-Protection: 0" time="2021-12-03T23:50:37+01:00" level=trace time="2021-12-03T23:50:37+01:00" level=trace msg="{" time="2021-12-03T23:50:37+01:00" level=trace msg=" \"schemaVersion\": 2," time="2021-12-03T23:50:37+01:00" level=trace msg=" \"mediaType\": \"application/vnd.docker.distribution.manifest.list.v2+json\"," time="2021-12-03T23:50:37+01:00" level=trace msg=" \"manifests\": [" time="2021-12-03T23:50:37+01:00" level=trace msg=" {" time="2021-12-03T23:50:37+01:00" level=trace msg=" \"mediaType\": \"application/vnd.docker.distribution.manifest.v2+json\"," time="2021-12-03T23:50:37+01:00" level=trace msg=" \"size\": 426," time="2021-12-03T23:50:37+01:00" level=trace msg=" \"digest\": \"sha256:213a6d5205aa1421bd128b0396232a22fbb4eec4cbe510118f665398248f6d9a\"," time="2021-12-03T23:50:37+01:00" level=trace msg=" \"platform\": {" time="2021-12-03T23:50:37+01:00" level=trace msg=" \"architecture\": \"amd64\"," time="2021-12-03T23:50:37+01:00" level=trace msg=" \"os\": \"linux\"" time="2021-12-03T23:50:37+01:00" level=trace msg=" }" time="2021-12-03T23:50:37+01:00" level=trace msg=" }," time="2021-12-03T23:50:37+01:00" level=trace msg=" {" time="2021-12-03T23:50:37+01:00" level=trace msg=" \"mediaType\": \"application/vnd.docker.distribution.manifest.v2+json\"," time="2021-12-03T23:50:37+01:00" level=trace msg=" \"size\": 426," time="2021-12-03T23:50:37+01:00" level=trace msg=" \"digest\": \"sha256:2d23bc526cd252251419bc00ccd28055911e8530d611c530294ea43b389d9e04\"," time="2021-12-03T23:50:37+01:00" level=trace msg=" \"platform\": {" time="2021-12-03T23:50:37+01:00" level=trace msg=" \"architecture\": \"arm\"," time="2021-12-03T23:50:37+01:00" level=trace msg=" \"os\": \"linux\"" time="2021-12-03T23:50:37+01:00" level=trace msg=" }" time="2021-12-03T23:50:37+01:00" level=trace msg=" }," time="2021-12-03T23:50:37+01:00" level=trace msg=" {" time="2021-12-03T23:50:37+01:00" level=trace msg=" \"mediaType\": \"application/vnd.docker.distribution.manifest.v2+json\"," time="2021-12-03T23:50:37+01:00" level=trace msg=" \"size\": 426," time="2021-12-03T23:50:37+01:00" level=trace msg=" \"digest\": \"sha256:e99b908ae19fe58f41b3b71cdc6214b85b51421d1ef4ddae8945b6aa9e80e5da\"," time="2021-12-03T23:50:37+01:00" level=trace msg=" \"platform\": {" time="2021-12-03T23:50:37+01:00" level=trace msg=" \"architecture\": \"arm64\"," time="2021-12-03T23:50:37+01:00" level=trace msg=" \"os\": \"linux\"" time="2021-12-03T23:50:37+01:00" level=trace msg=" }" time="2021-12-03T23:50:37+01:00" level=trace msg=" }," time="2021-12-03T23:50:37+01:00" level=trace msg=" {" time="2021-12-03T23:50:37+01:00" level=trace msg=" \"mediaType\": \"application/vnd.docker.distribution.manifest.v2+json\"," time="2021-12-03T23:50:37+01:00" level=trace msg=" \"size\": 426," time="2021-12-03T23:50:37+01:00" level=trace msg=" \"digest\": \"sha256:8da81afc594a977e8da23760a1a01c4876808aaff6bc268582cb508db63391a5\"," time="2021-12-03T23:50:37+01:00" level=trace msg=" \"platform\": {" time="2021-12-03T23:50:37+01:00" level=trace msg=" \"architecture\": \"ppc64le\"," time="2021-12-03T23:50:37+01:00" level=trace msg=" \"os\": \"linux\"" time="2021-12-03T23:50:37+01:00" level=trace msg=" }" time="2021-12-03T23:50:37+01:00" level=trace msg=" }," time="2021-12-03T23:50:37+01:00" level=trace msg=" {" time="2021-12-03T23:50:37+01:00" level=trace msg=" \"mediaType\": \"application/vnd.docker.distribution.manifest.v2+json\"," time="2021-12-03T23:50:37+01:00" level=trace msg=" \"size\": 426," time="2021-12-03T23:50:37+01:00" level=trace msg=" \"digest\": \"sha256:84bdaeae0c95e18c53a38baebe5b678719907148900582ebd30fb14749dda731\"," time="2021-12-03T23:50:37+01:00" level=trace msg=" \"platform\": {" time="2021-12-03T23:50:37+01:00" level=trace msg=" \"architecture\": \"s390x\"," time="2021-12-03T23:50:37+01:00" level=trace msg=" \"os\": \"linux\"" time="2021-12-03T23:50:37+01:00" level=trace msg=" }" time="2021-12-03T23:50:37+01:00" level=trace msg=" }" time="2021-12-03T23:50:37+01:00" level=trace msg=" ]" time="2021-12-03T23:50:37+01:00" level=trace msg="}" time="2021-12-03T23:50:37+01:00" level=trace msg="--> GET https://gcr.io/v2/distroless/static/manifests/sha256:213a6d5205aa1421bd128b0396232a22fbb4eec4cbe510118f665398248f6d9a" time="2021-12-03T23:50:37+01:00" level=trace msg="GET /v2/distroless/static/manifests/sha256:213a6d5205aa1421bd128b0396232a22fbb4eec4cbe510118f665398248f6d9a HTTP/1.1" time="2021-12-03T23:50:37+01:00" level=trace msg="Host: gcr.io" time="2021-12-03T23:50:37+01:00" level=trace msg="User-Agent: skaffold/v1.35.0 (linux/amd64) go-containerregistry/v0.6.0" time="2021-12-03T23:50:37+01:00" level=trace msg="Accept: application/vnd.docker.distribution.manifest.v2+json" time="2021-12-03T23:50:37+01:00" level=trace msg="Authorization: <redacted>" time="2021-12-03T23:50:37+01:00" level=trace msg="Accept-Encoding: gzip" time="2021-12-03T23:50:37+01:00" level=trace time="2021-12-03T23:50:37+01:00" level=trace time="2021-12-03T23:50:37+01:00" level=trace msg="<-- 200 https://gcr.io/v2/distroless/static/manifests/sha256:213a6d5205aa1421bd128b0396232a22fbb4eec4cbe510118f665398248f6d9a (446.725877ms)" time="2021-12-03T23:50:37+01:00" level=trace msg="HTTP/2.0 200 OK" time="2021-12-03T23:50:37+01:00" level=trace msg="Content-Length: 426" time="2021-12-03T23:50:37+01:00" level=trace msg="Alt-Svc: h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000,h3-Q050=\":443\"; ma=2592000,h3-Q046=\":443\"; ma=2592000,h3-Q043=\":443\"; ma=2592000,quic=\":443\"; ma=2592000; v=\"46,43\"" time="2021-12-03T23:50:37+01:00" level=trace msg="Content-Type: application/vnd.docker.distribution.manifest.v2+json" time="2021-12-03T23:50:37+01:00" level=trace msg="Date: Fri, 03 Dec 2021 22:50:37 GMT" time="2021-12-03T23:50:37+01:00" level=trace msg="Docker-Content-Digest: sha256:213a6d5205aa1421bd128b0396232a22fbb4eec4cbe510118f665398248f6d9a" time="2021-12-03T23:50:37+01:00" level=trace msg="Docker-Distribution-Api-Version: registry/2.0" time="2021-12-03T23:50:37+01:00" level=trace msg="Server: Docker Registry" time="2021-12-03T23:50:37+01:00" level=trace msg="X-Frame-Options: SAMEORIGIN" time="2021-12-03T23:50:37+01:00" level=trace msg="X-Xss-Protection: 0" time="2021-12-03T23:50:37+01:00" level=trace time="2021-12-03T23:50:37+01:00" level=trace msg="{\"schemaVersion\":2,\"mediaType\":\"application/vnd.docker.distribution.manifest.v2+json\",\"config\":{\"mediaType\":\"application/vnd.docker.container.image.v1+json\",\"size\":478,\"digest\":\"sha256:bff4de2cb7e1dd0ed9797c6e33688f32f2ff0293ecee6fa069051081710bb61b\"},\"layers\":[{\"mediaType\":\"application/vnd.docker.image.rootfs.diff.tar.gzip\",\"size\":803814,\"digest\":\"sha256:e8614d09b7bebabd9d8a450f44e88a8807c98a438a2ddd63146865286b132d1b\"}]}" time="2021-12-03T23:50:37+01:00" level=trace msg="--> GET https://gcr.io/v2/distroless/static/blobs/sha256:bff4de2cb7e1dd0ed9797c6e33688f32f2ff0293ecee6fa069051081710bb61b" time="2021-12-03T23:50:37+01:00" level=trace msg="GET /v2/distroless/static/blobs/sha256:bff4de2cb7e1dd0ed9797c6e33688f32f2ff0293ecee6fa069051081710bb61b HTTP/1.1" time="2021-12-03T23:50:37+01:00" level=trace msg="Host: gcr.io" time="2021-12-03T23:50:37+01:00" level=trace msg="User-Agent: skaffold/v1.35.0 (linux/amd64) go-containerregistry/v0.6.0" time="2021-12-03T23:50:37+01:00" level=trace msg="Authorization: <redacted>" time="2021-12-03T23:50:37+01:00" level=trace msg="Accept-Encoding: gzip" time="2021-12-03T23:50:37+01:00" level=trace time="2021-12-03T23:50:37+01:00" level=trace time="2021-12-03T23:50:37+01:00" level=trace msg="<-- 302 https://gcr.io/v2/distroless/static/blobs/sha256:bff4de2cb7e1dd0ed9797c6e33688f32f2ff0293ecee6fa069051081710bb61b (17.420206ms)" time="2021-12-03T23:50:37+01:00" level=trace msg="HTTP/2.0 302 Found" time="2021-12-03T23:50:37+01:00" level=trace msg="Alt-Svc: h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000,h3-Q050=\":443\"; ma=2592000,h3-Q046=\":443\"; ma=2592000,h3-Q043=\":443\"; ma=2592000,quic=\":443\"; ma=2592000; v=\"46,43\"" time="2021-12-03T23:50:37+01:00" level=trace msg="Cache-Control: private" time="2021-12-03T23:50:37+01:00" level=trace msg="Content-Type: application/json" time="2021-12-03T23:50:37+01:00" level=trace msg="Date: Fri, 03 Dec 2021 22:50:37 GMT" time="2021-12-03T23:50:37+01:00" level=trace msg="Docker-Distribution-Api-Version: registry/2.0" time="2021-12-03T23:50:37+01:00" level=trace msg="Location: https://storage.googleapis.com/artifacts.distroless.appspot.com/containers/images/sha256:bff4de2cb7e1dd0ed9797c6e33688f32f2ff0293ecee6fa069051081710bb61b?access_token=ya29.a0ARrdaM9lSDmTmcDL5Fishtbbtue-DAb3kyIwCFcdlkiuuiUXKyUWHOaQOYW7OsRo5cwir_0bCACtSRRvbQIFlGPNwIVnmu_zj3Bja48VDMTMyLqZAR-XfMwcKha0ymC4iBsU-AbKpzw55nH8ukV1OmaLDIeydkk" time="2021-12-03T23:50:37+01:00" level=trace msg="Server: Docker Registry" time="2021-12-03T23:50:37+01:00" level=trace msg="X-Frame-Options: SAMEORIGIN" time="2021-12-03T23:50:37+01:00" level=trace msg="X-Xss-Protection: 0" time="2021-12-03T23:50:37+01:00" level=trace time="2021-12-03T23:50:37+01:00" level=trace msg="{\"errors\":[]}" time="2021-12-03T23:50:37+01:00" level=trace msg="--> GET https://storage.googleapis.com/artifacts.distroless.appspot.com/containers/images/sha256:bff4de2cb7e1dd0ed9797c6e33688f32f2ff0293ecee6fa069051081710bb61b?access_token=ya29.a0ARrdaM9lSDmTmcDL5Fishtbbtue-DAb3kyIwCFcdlkiuuiUXKyUWHOaQOYW7OsRo5cwir_0bCACtSRRvbQIFlGPNwIVnmu_zj3Bja48VDMTMyLqZAR-XfMwcKha0ymC4iBsU-AbKpzw55nH8ukV1OmaLDIeydkk" time="2021-12-03T23:50:37+01:00" level=trace msg="GET /artifacts.distroless.appspot.com/containers/images/sha256:bff4de2cb7e1dd0ed9797c6e33688f32f2ff0293ecee6fa069051081710bb61b?access_token=ya29.a0ARrdaM9lSDmTmcDL5Fishtbbtue-DAb3kyIwCFcdlkiuuiUXKyUWHOaQOYW7OsRo5cwir_0bCACtSRRvbQIFlGPNwIVnmu_zj3Bja48VDMTMyLqZAR-XfMwcKha0ymC4iBsU-AbKpzw55nH8ukV1OmaLDIeydkk HTTP/1.1" time="2021-12-03T23:50:37+01:00" level=trace msg="Host: storage.googleapis.com" time="2021-12-03T23:50:37+01:00" level=trace msg="User-Agent: skaffold/v1.35.0 (linux/amd64) go-containerregistry/v0.6.0" time="2021-12-03T23:50:37+01:00" level=trace msg="Referer: https://gcr.io/v2/distroless/static/blobs/sha256:bff4de2cb7e1dd0ed9797c6e33688f32f2ff0293ecee6fa069051081710bb61b" time="2021-12-03T23:50:37+01:00" level=trace msg="Accept-Encoding: gzip" time="2021-12-03T23:50:37+01:00" level=trace time="2021-12-03T23:50:37+01:00" level=trace time="2021-12-03T23:50:38+01:00" level=trace msg="<-- 200 https://storage.googleapis.com/artifacts.distroless.appspot.com/containers/images/sha256:bff4de2cb7e1dd0ed9797c6e33688f32f2ff0293ecee6fa069051081710bb61b?access_token=ya29.a0ARrdaM9lSDmTmcDL5Fishtbbtue-DAb3kyIwCFcdlkiuuiUXKyUWHOaQOYW7OsRo5cwir_0bCACtSRRvbQIFlGPNwIVnmu_zj3Bja48VDMTMyLqZAR-XfMwcKha0ymC4iBsU-AbKpzw55nH8ukV1OmaLDIeydkk (161.443105ms)" time="2021-12-03T23:50:38+01:00" level=trace msg="HTTP/2.0 200 OK" time="2021-12-03T23:50:38+01:00" level=trace msg="Content-Length: 478" time="2021-12-03T23:50:38+01:00" level=trace msg="Accept-Ranges: bytes" time="2021-12-03T23:50:38+01:00" level=trace msg="Alt-Svc: h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000,h3-Q050=\":443\"; ma=2592000,h3-Q046=\":443\"; ma=2592000,h3-Q043=\":443\"; ma=2592000,quic=\":443\"; ma=2592000; v=\"46,43\"" time="2021-12-03T23:50:38+01:00" level=trace msg="Cache-Control: public, max-age=3600" time="2021-12-03T23:50:38+01:00" level=trace msg="Content-Type: application/octet-stream" time="2021-12-03T23:50:38+01:00" level=trace msg="Date: Fri, 03 Dec 2021 22:50:38 GMT" time="2021-12-03T23:50:38+01:00" level=trace msg="Etag: \"a515873c08a6fc2101af23d2a324ec85\"" time="2021-12-03T23:50:38+01:00" level=trace msg="Expires: Fri, 03 Dec 2021 23:50:38 GMT" time="2021-12-03T23:50:38+01:00" level=trace msg="Last-Modified: Wed, 27 Oct 2021 16:37:51 GMT" time="2021-12-03T23:50:38+01:00" level=trace msg="Server: UploadServer" time="2021-12-03T23:50:38+01:00" level=trace msg="X-Goog-Generation: 1635352671497069" time="2021-12-03T23:50:38+01:00" level=trace msg="X-Goog-Hash: crc32c=aGrlcw==" time="2021-12-03T23:50:38+01:00" level=trace msg="X-Goog-Hash: md5=pRWHPAim/CEBryPSoyTshQ==" time="2021-12-03T23:50:38+01:00" level=trace msg="X-Goog-Metageneration: 1" time="2021-12-03T23:50:38+01:00" level=trace msg="X-Goog-Storage-Class: STANDARD" time="2021-12-03T23:50:38+01:00" level=trace msg="X-Goog-Stored-Content-Encoding: identity" time="2021-12-03T23:50:38+01:00" level=trace msg="X-Goog-Stored-Content-Length: 478" time="2021-12-03T23:50:38+01:00" level=trace msg="X-Guploader-Uploadid: ADPycduBQ0FfvCyZa7Q7U9KsAVrlfCodS1L4Ou6pvKrHiOMiFOqO_zY_qnv_t-KyIH5YOyFbOLKyACE1CX5wvsDEKPsRejoZSQ" time="2021-12-03T23:50:38+01:00" level=trace time="2021-12-03T23:50:38+01:00" level=trace msg="{\"architecture\":\"amd64\",\"author\":\"Bazel\",\"created\":\"1970-01-01T00:00:00Z\",\"history\":[{\"author\":\"Bazel\",\"created\":\"1970-01-01T00:00:00Z\",\"created_by\":\"bazel build ...\"}],\"os\":\"linux\",\"rootfs\":{\"type\":\"layers\",\"diff_ids\":[\"sha256:6d75f23be3ddcb784b51ea7ef9b6a3a038f9e0b2f08f08628b226dba8b5161f8\"]},\"config\":{\"Env\":[\"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin\",\"SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt\"],\"User\":\"65532\",\"WorkingDir\":\"/home/nonroot\"}}" time="2021-12-03T23:50:38+01:00" level=info msg="Using build config ko://go.seankhliao.com/testrepo-705/cmd/p for go.seankhliao.com/testrepo-705/cmd/p" time="2021-12-03T23:50:38+01:00" level=info msg="Building go.seankhliao.com/testrepo-705/cmd/p for linux/amd64" time="2021-12-03T23:50:38+01:00" level=info msg="Publishing go.seankhliao.com/testrepo-705/cmd/p:latest" time="2021-12-03T23:50:38+01:00" level=trace msg="--> GET https://go.seankhliao.com/v2/" time="2021-12-03T23:50:38+01:00" level=trace msg="GET /v2/ HTTP/1.1" time="2021-12-03T23:50:38+01:00" level=trace msg="Host: go.seankhliao.com" time="2021-12-03T23:50:38+01:00" level=trace msg="User-Agent: skaffold/v1.35.0 (linux/amd64) go-containerregistry/v0.6.0" time="2021-12-03T23:50:38+01:00" level=trace msg="Accept-Encoding: gzip" time="2021-12-03T23:50:38+01:00" level=trace time="2021-12-03T23:50:38+01:00" level=trace time="2021-12-03T23:50:39+01:00" level=trace msg="<-- 200 https://go.seankhliao.com/v2/ (567.261835ms)" time="2021-12-03T23:50:39+01:00" level=trace msg="HTTP/2.0 200 OK" time="2021-12-03T23:50:39+01:00" level=trace msg="Connection: close" time="2021-12-03T23:50:39+01:00" level=trace msg="Content-Type: text/html; charset=utf-8" time="2021-12-03T23:50:39+01:00" level=trace msg="Date: Fri, 03 Dec 2021 22:50:39 GMT" time="2021-12-03T23:50:39+01:00" level=trace msg="Server: Google Frontend" time="2021-12-03T23:50:39+01:00" level=trace time="2021-12-03T23:50:39+01:00" level=trace msg="<!doctype html><html lang=en><meta charset=utf-8><meta name=viewport content=\"width=device-width,minimum-scale=1,initial-scale=1\"><title>go.seankhliao.com/v2</title><meta name=go-import content=\"go.seankhliao.com/v2 git https://github.com/seankhliao/v2\"><meta name=go-source content=\"go.seankhliao.com/v2" time="2021-12-03T23:50:39+01:00" level=trace msg=" https://github.com/seankhliao/v2" time="2021-12-03T23:50:39+01:00" level=trace msg=" https://github.com/seankhliao/v2/tree/master{/dir}" time="2021-12-03T23:50:39+01:00" level=trace msg=" https://github.com/seankhliao/v2/blob/master{/dir}/{file}#L{line}\"><meta http-equiv=refresh content=\"5;url=https://pkg.go.dev/go.seankhliao.com/v2\"><link rel=canonical href=https://go.seankhliao.com/v2><link rel=manifest href=/manifest.json><meta name=theme-color content=\"#000000\"><meta name=description content=\"module go.seankhliao.com/v2\"><link rel=icon href=https://seankhliao.com/favicon.ico><link rel=icon href=https://seankhliao.com/static/icon.svg type=image/svg+xml sizes=any><link rel=apple-touch-icon href=https://seankhliao.com/static/icon-192.png><style>*{box-sizing:border-box}:root{background:#000;color:#eceff1;font:18px inconsolata,monospace}@font-face{font-family:inconsolata;font-style:normal;font-weight:400;font-display:swap;src:local(\"Inconsolata\"),local(\"Inconsolata-Regular\"),url(https://seankhliao.com/static/inconsolata-var.woff2)format(\"woff2-variations\"),url(https://seankhliao.com/static/inconsolata-400.woff2)format(\"woff2\")}@font-face{font-family:inconsolata;font-style:normal;font-weight:700;font-display:swap;src:local(\"Inconsolata Bold\"),local(\"Inconsolata-Bold\"),url(https://seankhliao.com/static/inconsolata-var.woff2)format(\"woff2-variations\"),url(https://seankhliao.com/static/inconsolata-700.woff2)format(\"woff2\")}@font-face{font-family:lora;font-style:normal;font-weight:400;font-display:swap;src:local(\"Lora\"),local(\"Lora-Regular\"),url(https://seankhliao.com/static/lora-var.woff2)format(\"woff2-variations\"),url(https://seankhliao.com/static/lora-400.woff2)format(\"woff2\")}@font-face{font-family:lora;font-style:normal;font-weight:700;font-display:swap;src:local(\"Lora Bold\"),local(\"Lora-Bold\"),url(https://seankhliao.com/static/lora-var.woff2)format(\"woff2-variations\"),url(https://seankhliao.com/static/lora-700.woff2)format(\"woff2\")}body{grid:3.5vh 3.5vh/1fr repeat(3,minmax(90px,280px))1fr;display:grid;gap:0 1em;margin:0;padding:1vmin;background:#000;color:#eceff1;font:18px inconsolata,monospace}body>*{grid-column:2/span 3}h1{font-size:3vmin;grid-area:1/4/span 1/span 1;margin:0;place-self:end}h2{color:#999;font-size:2.5vmin;grid-area:2/4/span 1/span 1;place-self:start end;text-align:right}hgroup{font:700 2.5vmin lora,serif;grid-area:1/2/span 2/span 1;margin:0;place-self:end start}hgroup a{display:grid;grid:repeat(2,3vmin)/repeat(8,4vmin);place-content:center center}hgroup *:nth-child(n+5){grid-row:2/span 1}footer,iframe,pre,table,picture{grid-column:1/span 5;margin:.25em -1vmin 2em}picture img{width:100%;margin:auto}h3,h4,picture{margin:1em 0 .25em}h5,h6{margin:1.5em 0 .25em}h3{font-size:2.441em}h4{font-size:1.953em}h5{font-size:1.563em}h6{font-size:1.25em}p{line-height:1.5;margin:0 0 1em}footer{margin:10vh auto 3vh}a,a:visited{color:inherit;font-weight:700;text-decoration:underline 1px #707070}a:hover{color:#a06be0;transition:color .16s;text-decoration:underline 1px #a06be0}h1 a,h1 a:hover,h1 a:visited,hgroup a,hgroup a:hover,hgroup a:visited{color:inherit;text-decoration:none}ul{list-style:none;margin:0}ul>*{margin:.5em;line-height:1.5em}ul>li:before{content:\"»\";margin:0 1ch 0 -3ch;position:absolute}ol>*{line-height:1.75em}blockquote{margin:1em;padding:.25em 1em;border-left:1ch solid #999}code{background:#303030;font:1em inconsolata,monospace;padding:.1em}pre{background:#303030;overflow-x:scroll;padding:1em}pre::-webkit-scrollbar{display:none}pre code{padding:0}iframe{margin:auto}em{color:#a06be0;background-color:unset;font-style:normal;font-weight:700}time{color:#999}table{border-collapse:collapse;border-style:hidden}th,td{padding:.4em;text-align:left}th{font-weight:700;border-bottom:.2em solid #999}tr:nth-child(5n) td{border-bottom:.1em solid #999}tbody tr:hover{background:#404040}body>*:last-child::after{margin:0 .5em;content:\"■\";color:#a06be0}noscript iframe{height:0;width:0;display:none;visibility:hidden}</style><h1>go.seankhliao.com/v2</h1><h2>module go.seankhliao.com/v2</h2><hgroup><a href=\"https://seankhliao.com/?utm_medium=sites&utm_source=https://go.seankhliao.com/v2\"><span>S</span><span>E</span><span>A</span><span>N</span>" time="2021-12-03T23:50:39+01:00" level=trace msg="<em>K</em><em>.</em><em>H</em><em>.</em>" time="2021-12-03T23:50:39+01:00" level=trace msg="<span>L</span><span>I</span><span>A</span><span>O</span></a></hgroup><h3 id=-goseankhliaocom---v2><em>go.seankhliao.com</em> / v2</h3><p><em>source:</em> <a href=https://github.com/seankhliao.com/v2>github</a><p><em>docs:</em> <a href=https://pkg.go.dev/go.seankhliao.com/v2>pkg.go.dev</a><footer><a href=\"https://seankhliao.com/?utm_medium=sites&utm_source=https://go.seankhliao.com/v2\">home</a>" time="2021-12-03T23:50:39+01:00" level=trace msg="|" time="2021-12-03T23:50:39+01:00" level=trace msg="<a href=\"https://seankhliao.com/blog/?utm_medium=sites&utm_source=https://go.seankhliao.com/v2\">blog</a>" time="2021-12-03T23:50:39+01:00" level=trace msg="|" time="2021-12-03T23:50:39+01:00" level=trace msg="<a href=https://github.com/seankhliao>github</a></footer>" time="2021-12-03T23:50:39+01:00" level=trace msg="--> HEAD https://go.seankhliao.com/v2/testrepo-705/cmd/p/blobs/sha256:e8614d09b7bebabd9d8a450f44e88a8807c98a438a2ddd63146865286b132d1b" time="2021-12-03T23:50:39+01:00" level=trace msg="--> HEAD https://go.seankhliao.com/v2/testrepo-705/cmd/p/blobs/sha256:95a4399973f5421d9c8c599aabd5c82b3632a75d0aaa5d47604464cac85d177e" time="2021-12-03T23:50:39+01:00" level=trace msg="--> HEAD https://go.seankhliao.com/v2/testrepo-705/cmd/p/blobs/sha256:250c06f7c38e52dc77e5c7586c3e40280dc7ff9bb9007c396e06d96736cf8542" time="2021-12-03T23:50:39+01:00" level=trace msg="HEAD /v2/testrepo-705/cmd/p/blobs/sha256:95a4399973f5421d9c8c599aabd5c82b3632a75d0aaa5d47604464cac85d177e HTTP/1.1" time="2021-12-03T23:50:39+01:00" level=trace msg="Host: go.seankhliao.com" time="2021-12-03T23:50:39+01:00" level=trace msg="User-Agent: skaffold/v1.35.0 (linux/amd64) go-containerregistry/v0.6.0" time="2021-12-03T23:50:39+01:00" level=trace time="2021-12-03T23:50:39+01:00" level=trace time="2021-12-03T23:50:39+01:00" level=trace msg="HEAD /v2/testrepo-705/cmd/p/blobs/sha256:e8614d09b7bebabd9d8a450f44e88a8807c98a438a2ddd63146865286b132d1b HTTP/1.1" time="2021-12-03T23:50:39+01:00" level=trace msg="Host: go.seankhliao.com" time="2021-12-03T23:50:39+01:00" level=trace msg="User-Agent: skaffold/v1.35.0 (linux/amd64) go-containerregistry/v0.6.0" time="2021-12-03T23:50:39+01:00" level=trace time="2021-12-03T23:50:39+01:00" level=trace time="2021-12-03T23:50:39+01:00" level=trace msg="HEAD /v2/testrepo-705/cmd/p/blobs/sha256:250c06f7c38e52dc77e5c7586c3e40280dc7ff9bb9007c396e06d96736cf8542 HTTP/1.1" time="2021-12-03T23:50:39+01:00" level=trace msg="Host: go.seankhliao.com" time="2021-12-03T23:50:39+01:00" level=trace msg="User-Agent: skaffold/v1.35.0 (linux/amd64) go-containerregistry/v0.6.0" time="2021-12-03T23:50:39+01:00" level=trace time="2021-12-03T23:50:39+01:00" level=trace time="2021-12-03T23:50:39+01:00" level=trace msg="<-- 200 https://go.seankhliao.com/v2/testrepo-705/cmd/p/blobs/sha256:e8614d09b7bebabd9d8a450f44e88a8807c98a438a2ddd63146865286b132d1b (197.051875ms)" time="2021-12-03T23:50:39+01:00" level=trace msg="<-- 200 https://go.seankhliao.com/v2/testrepo-705/cmd/p/blobs/sha256:95a4399973f5421d9c8c599aabd5c82b3632a75d0aaa5d47604464cac85d177e (197.979699ms)" time="2021-12-03T23:50:39+01:00" level=trace msg="HTTP/2.0 200 OK" time="2021-12-03T23:50:39+01:00" level=trace msg="Connection: close" time="2021-12-03T23:50:39+01:00" level=info msg="existing blob: sha256:95a4399973f5421d9c8c599aabd5c82b3632a75d0aaa5d47604464cac85d177e" time="2021-12-03T23:50:39+01:00" level=trace msg="Content-Type: text/html; charset=utf-8" time="2021-12-03T23:50:39+01:00" level=trace msg="Date: Fri, 03 Dec 2021 22:50:39 GMT" time="2021-12-03T23:50:39+01:00" level=trace msg="Server: Google Frontend" time="2021-12-03T23:50:39+01:00" level=trace time="2021-12-03T23:50:39+01:00" level=trace time="2021-12-03T23:50:39+01:00" level=trace msg="HTTP/2.0 200 OK" time="2021-12-03T23:50:39+01:00" level=info msg="existing blob: sha256:e8614d09b7bebabd9d8a450f44e88a8807c98a438a2ddd63146865286b132d1b" time="2021-12-03T23:50:39+01:00" level=trace msg="Connection: close" time="2021-12-03T23:50:39+01:00" level=trace msg="Content-Type: text/html; charset=utf-8" time="2021-12-03T23:50:39+01:00" level=trace msg="Date: Fri, 03 Dec 2021 22:50:39 GMT" time="2021-12-03T23:50:39+01:00" level=trace msg="Server: Google Frontend" time="2021-12-03T23:50:39+01:00" level=trace time="2021-12-03T23:50:39+01:00" level=trace time="2021-12-03T23:50:39+01:00" level=trace msg="<-- 200 https://go.seankhliao.com/v2/testrepo-705/cmd/p/blobs/sha256:250c06f7c38e52dc77e5c7586c3e40280dc7ff9bb9007c396e06d96736cf8542 (196.287884ms)" time="2021-12-03T23:50:39+01:00" level=info msg="existing blob: sha256:250c06f7c38e52dc77e5c7586c3e40280dc7ff9bb9007c396e06d96736cf8542" time="2021-12-03T23:50:39+01:00" level=trace msg="HTTP/2.0 200 OK" time="2021-12-03T23:50:39+01:00" level=trace msg="Connection: close" time="2021-12-03T23:50:39+01:00" level=trace msg="Content-Type: text/html; charset=utf-8" time="2021-12-03T23:50:39+01:00" level=trace msg="Date: Fri, 03 Dec 2021 22:50:39 GMT" time="2021-12-03T23:50:39+01:00" level=trace msg="Server: Google Frontend" time="2021-12-03T23:50:39+01:00" level=trace time="2021-12-03T23:50:39+01:00" level=trace time="2021-12-03T23:50:39+01:00" level=trace msg="--> HEAD https://go.seankhliao.com/v2/testrepo-705/cmd/p/blobs/sha256:4245ebb96a66e73371078ffa2aa553e23e5a94b7e07edacf17fcf1e7236e00f6" time="2021-12-03T23:50:39+01:00" level=trace msg="HEAD /v2/testrepo-705/cmd/p/blobs/sha256:4245ebb96a66e73371078ffa2aa553e23e5a94b7e07edacf17fcf1e7236e00f6 HTTP/1.1" time="2021-12-03T23:50:39+01:00" level=trace msg="Host: go.seankhliao.com" time="2021-12-03T23:50:39+01:00" level=trace msg="User-Agent: skaffold/v1.35.0 (linux/amd64) go-containerregistry/v0.6.0" time="2021-12-03T23:50:39+01:00" level=trace time="2021-12-03T23:50:39+01:00" level=trace time="2021-12-03T23:50:39+01:00" level=trace msg="<-- 200 https://go.seankhliao.com/v2/testrepo-705/cmd/p/blobs/sha256:4245ebb96a66e73371078ffa2aa553e23e5a94b7e07edacf17fcf1e7236e00f6 (202.239319ms)" time="2021-12-03T23:50:39+01:00" level=info msg="existing blob: sha256:4245ebb96a66e73371078ffa2aa553e23e5a94b7e07edacf17fcf1e7236e00f6" time="2021-12-03T23:50:39+01:00" level=trace msg="HTTP/2.0 200 OK" time="2021-12-03T23:50:39+01:00" level=trace msg="Connection: close" time="2021-12-03T23:50:39+01:00" level=trace msg="Content-Type: text/html; charset=utf-8" time="2021-12-03T23:50:39+01:00" level=trace msg="Date: Fri, 03 Dec 2021 22:50:39 GMT" time="2021-12-03T23:50:39+01:00" level=trace msg="Server: Google Frontend" time="2021-12-03T23:50:39+01:00" level=trace time="2021-12-03T23:50:39+01:00" level=trace time="2021-12-03T23:50:39+01:00" level=trace msg="--> PUT https://go.seankhliao.com/v2/testrepo-705/cmd/p/manifests/latest" time="2021-12-03T23:50:39+01:00" level=trace msg="PUT /v2/testrepo-705/cmd/p/manifests/latest HTTP/1.1" time="2021-12-03T23:50:39+01:00" level=trace msg="Host: go.seankhliao.com" time="2021-12-03T23:50:39+01:00" level=trace msg="User-Agent: skaffold/v1.35.0 (linux/amd64) go-containerregistry/v0.6.0" time="2021-12-03T23:50:39+01:00" level=trace msg="Content-Length: 952" time="2021-12-03T23:50:39+01:00" level=trace msg="Content-Type: application/vnd.docker.distribution.manifest.v2+json" time="2021-12-03T23:50:39+01:00" level=trace msg="Accept-Encoding: gzip" time="2021-12-03T23:50:39+01:00" level=trace time="2021-12-03T23:50:39+01:00" level=trace msg="{\"schemaVersion\":2,\"mediaType\":\"application/vnd.docker.distribution.manifest.v2+json\",\"config\":{\"mediaType\":\"application/vnd.docker.container.image.v1+json\",\"size\":1021,\"digest\":\"sha256:4245ebb96a66e73371078ffa2aa553e23e5a94b7e07edacf17fcf1e7236e00f6\"},\"layers\":[{\"mediaType\":\"application/vnd.docker.image.rootfs.diff.tar.gzip\",\"size\":803814,\"digest\":\"sha256:e8614d09b7bebabd9d8a450f44e88a8807c98a438a2ddd63146865286b132d1b\"},{\"mediaType\":\"application/vnd.docker.image.rootfs.diff.tar.gzip\",\"size\":127,\"digest\":\"sha256:250c06f7c38e52dc77e5c7586c3e40280dc7ff9bb9007c396e06d96736cf8542\"},{\"mediaType\":\"application/vnd.docker.image.rootfs.diff.tar.gzip\",\"size\":2106493,\"digest\":\"sha256:95a4399973f5421d9c8c599aabd5c82b3632a75d0aaa5d47604464cac85d177e\"}],\"annotations\":{\"org.opencontainers.image.base.digest\":\"sha256:213a6d5205aa1421bd128b0396232a22fbb4eec4cbe510118f665398248f6d9a\",\"org.opencontainers.image.base.name\":\"gcr.io/distroless/static:nonroot\"}}" time="2021-12-03T23:50:40+01:00" level=trace msg="<-- 200 https://go.seankhliao.com/v2/testrepo-705/cmd/p/manifests/latest (200.976933ms)" time="2021-12-03T23:50:40+01:00" level=trace msg="HTTP/2.0 200 OK" time="2021-12-03T23:50:40+01:00" level=trace msg="Connection: close" time="2021-12-03T23:50:40+01:00" level=trace msg="Content-Type: text/html; charset=utf-8" time="2021-12-03T23:50:40+01:00" level=trace msg="Date: Fri, 03 Dec 2021 22:50:39 GMT" time="2021-12-03T23:50:40+01:00" level=trace msg="Server: Google Frontend" time="2021-12-03T23:50:40+01:00" level=trace time="2021-12-03T23:50:40+01:00" level=trace msg="<!doctype html><html lang=en><meta charset=utf-8><meta name=viewport content=\"width=device-width,minimum-scale=1,initial-scale=1\"><title>go.seankhliao.com/v2</title><meta name=go-import content=\"go.seankhliao.com/v2 git https://github.com/seankhliao/v2\"><meta name=go-source content=\"go.seankhliao.com/v2" time="2021-12-03T23:50:40+01:00" level=trace msg=" https://github.com/seankhliao/v2" time="2021-12-03T23:50:40+01:00" level=trace msg=" https://github.com/seankhliao/v2/tree/master{/dir}" time="2021-12-03T23:50:40+01:00" level=trace msg=" https://github.com/seankhliao/v2/blob/master{/dir}/{file}#L{line}\"><meta http-equiv=refresh content=\"5;url=https://pkg.go.dev/go.seankhliao.com/v2\"><link rel=canonical href=https://go.seankhliao.com/v2><link rel=manifest href=/manifest.json><meta name=theme-color content=\"#000000\"><meta name=description content=\"module go.seankhliao.com/v2\"><link rel=icon href=https://seankhliao.com/favicon.ico><link rel=icon href=https://seankhliao.com/static/icon.svg type=image/svg+xml sizes=any><link rel=apple-touch-icon href=https://seankhliao.com/static/icon-192.png><style>*{box-sizing:border-box}:root{background:#000;color:#eceff1;font:18px inconsolata,monospace}@font-face{font-family:inconsolata;font-style:normal;font-weight:400;font-display:swap;src:local(\"Inconsolata\"),local(\"Inconsolata-Regular\"),url(https://seankhliao.com/static/inconsolata-var.woff2)format(\"woff2-variations\"),url(https://seankhliao.com/static/inconsolata-400.woff2)format(\"woff2\")}@font-face{font-family:inconsolata;font-style:normal;font-weight:700;font-display:swap;src:local(\"Inconsolata Bold\"),local(\"Inconsolata-Bold\"),url(https://seankhliao.com/static/inconsolata-var.woff2)format(\"woff2-variations\"),url(https://seankhliao.com/static/inconsolata-700.woff2)format(\"woff2\")}@font-face{font-family:lora;font-style:normal;font-weight:400;font-display:swap;src:local(\"Lora\"),local(\"Lora-Regular\"),url(https://seankhliao.com/static/lora-var.woff2)format(\"woff2-variations\"),url(https://seankhliao.com/static/lora-400.woff2)format(\"woff2\")}@font-face{font-family:lora;font-style:normal;font-weight:700;font-display:swap;src:local(\"Lora Bold\"),local(\"Lora-Bold\"),url(https://seankhliao.com/static/lora-var.woff2)format(\"woff2-variations\"),url(https://seankhliao.com/static/lora-700.woff2)format(\"woff2\")}body{grid:3.5vh 3.5vh/1fr repeat(3,minmax(90px,280px))1fr;display:grid;gap:0 1em;margin:0;padding:1vmin;background:#000;color:#eceff1;font:18px inconsolata,monospace}body>*{grid-column:2/span 3}h1{font-size:3vmin;grid-area:1/4/span 1/span 1;margin:0;place-self:end}h2{color:#999;font-size:2.5vmin;grid-area:2/4/span 1/span 1;place-self:start end;text-align:right}hgroup{font:700 2.5vmin lora,serif;grid-area:1/2/span 2/span 1;margin:0;place-self:end start}hgroup a{display:grid;grid:repeat(2,3vmin)/repeat(8,4vmin);place-content:center center}hgroup *:nth-child(n+5){grid-row:2/span 1}footer,iframe,pre,table,picture{grid-column:1/span 5;margin:.25em -1vmin 2em}picture img{width:100%;margin:auto}h3,h4,picture{margin:1em 0 .25em}h5,h6{margin:1.5em 0 .25em}h3{font-size:2.441em}h4{font-size:1.953em}h5{font-size:1.563em}h6{font-size:1.25em}p{line-height:1.5;margin:0 0 1em}footer{margin:10vh auto 3vh}a,a:visited{color:inherit;font-weight:700;text-decoration:underline 1px #707070}a:hover{color:#a06be0;transition:color .16s;text-decoration:underline 1px #a06be0}h1 a,h1 a:hover,h1 a:visited,hgroup a,hgroup a:hover,hgroup a:visited{color:inherit;text-decoration:none}ul{list-style:none;margin:0}ul>*{margin:.5em;line-height:1.5em}ul>li:before{content:\"»\";margin:0 1ch 0 -3ch;position:absolute}ol>*{line-height:1.75em}blockquote{margin:1em;padding:.25em 1em;border-left:1ch solid #999}code{background:#303030;font:1em inconsolata,monospace;padding:.1em}pre{background:#303030;overflow-x:scroll;padding:1em}pre::-webkit-scrollbar{display:none}pre code{padding:0}iframe{margin:auto}em{color:#a06be0;background-color:unset;font-style:normal;font-weight:700}time{color:#999}table{border-collapse:collapse;border-style:hidden}th,td{padding:.4em;text-align:left}th{font-weight:700;border-bottom:.2em solid #999}tr:nth-child(5n) td{border-bottom:.1em solid #999}tbody tr:hover{background:#404040}body>*:last-child::after{margin:0 .5em;content:\"■\";color:#a06be0}noscript iframe{height:0;width:0;display:none;visibility:hidden}</style><h1>go.seankhliao.com/v2</h1><h2>module go.seankhliao.com/v2</h2><hgroup><a href=\"https://seankhliao.com/?utm_medium=sites&utm_source=https://go.seankhliao.com/v2\"><span>S</span><span>E</span><span>A</span><span>N</span>" time="2021-12-03T23:50:40+01:00" level=trace msg="<em>K</em><em>.</em><em>H</em><em>.</em>" time="2021-12-03T23:50:40+01:00" level=info msg="go.seankhliao.com/testrepo-705/cmd/p:latest: digest: sha256:4977ac2843ad12803c8d6367297c882dc59a14f38e308a02937968acc36d7047 size: 952" time="2021-12-03T23:50:40+01:00" level=trace msg="<span>L</span><span>I</span><span>A</span><span>O</span></a></hgroup><h3 id=-goseankhliaocom---v2><em>go.seankhliao.com</em> / v2</h3><p><em>source:</em> <a href=https://github.com/seankhliao.com/v2>github</a><p><em>docs:</em> <a href=https://pkg.go.dev/go.seankhliao.com/v2>pkg.go.dev</a><footer><a href=\"https://seankhliao.com/?utm_medium=sites&utm_source=https://go.seankhliao.com/v2\">home</a>" time="2021-12-03T23:50:40+01:00" level=trace msg="|" go.seankhliao.com/testrepo-705/cmd/p@sha256:4977ac2843ad12803c8d6367297c882dc59a14f38e308a02937968acc36d7047 time="2021-12-03T23:50:40+01:00" level=trace msg="<a href=\"https://seankhliao.com/blog/?utm_medium=sites&utm_source=https://go.seankhliao.com/v2\">blog</a>" time="2021-12-03T23:50:40+01:00" level=trace msg="|" time="2021-12-03T23:50:40+01:00" level=info msg="Published go.seankhliao.com/testrepo-705/cmd/p@sha256:4977ac2843ad12803c8d6367297c882dc59a14f38e308a02937968acc36d7047" time="2021-12-03T23:50:40+01:00" level=trace msg="<a href=https://github.com/seankhliao>github</a></footer>" time="2021-12-03T23:50:40+01:00" level=info msg="Build completed in 3.862 seconds" subtask=-1 task=Build time="2021-12-03T23:50:40+01:00" level=debug msg="push value not present in isImageLocal(), defaulting to true because cluster.PushImages is true" subtask=-1 task=DevLoop time="2021-12-03T23:50:40+01:00" level=debug msg="exporting metrics" subtask=-1 task=DevLoop </pre> </details> <details> <summary>trace logs from build 2</summary> <pre> time="2021-12-03T23:50:45+01:00" level=debug msg="skaffold API not starting as it's not requested" subtask=-1 task=DevLoop time="2021-12-03T23:50:45+01:00" level=info msg="Skaffold &{Version:v1.35.0 ConfigVersion:skaffold/v2beta26 GitVersion: GitCommit: BuildDate:2021-11-17T21:51:04Z GoVersion:go1.17.3 Compiler:gc Platform:linux/amd64 User:}" subtask=-1 task=DevLoop time="2021-12-03T23:50:45+01:00" level=info msg="Loaded Skaffold defaults from \"/tmp/skaffold\"" subtask=-1 task=DevLoop time="2021-12-03T23:50:45+01:00" level=debug msg="parsed 1 configs from configuration file /home/arccy/tmp/testrepo-705/skaffold.yaml" subtask=-1 task=DevLoop time="2021-12-03T23:50:45+01:00" level=trace msg="validating yamltags of struct SkaffoldConfig" subtask=-1 task=DevLoop time="2021-12-03T23:50:45+01:00" level=trace msg="validating yamltags of struct Metadata" subtask=-1 task=DevLoop time="2021-12-03T23:50:45+01:00" level=trace msg="validating yamltags of struct Pipeline" subtask=-1 task=DevLoop time="2021-12-03T23:50:45+01:00" level=trace msg="validating yamltags of struct BuildConfig" subtask=-1 task=DevLoop time="2021-12-03T23:50:45+01:00" level=trace msg="validating yamltags of struct Artifact" subtask=-1 task=DevLoop time="2021-12-03T23:50:45+01:00" level=trace msg="validating yamltags of struct ArtifactType" subtask=-1 task=DevLoop time="2021-12-03T23:50:45+01:00" level=trace msg="validating yamltags of struct KoArtifact" subtask=-1 task=DevLoop time="2021-12-03T23:50:45+01:00" level=trace msg="validating yamltags of struct BuildHooks" subtask=-1 task=DevLoop time="2021-12-03T23:50:45+01:00" level=trace msg="validating yamltags of struct TagPolicy" subtask=-1 task=DevLoop time="2021-12-03T23:50:45+01:00" level=trace msg="validating yamltags of struct ShaTagger" subtask=-1 task=DevLoop time="2021-12-03T23:50:45+01:00" level=trace msg="validating yamltags of struct BuildType" subtask=-1 task=DevLoop time="2021-12-03T23:50:45+01:00" level=trace msg="validating yamltags of struct LocalBuild" subtask=-1 task=DevLoop time="2021-12-03T23:50:45+01:00" level=trace msg="validating yamltags of struct DeployConfig" subtask=-1 task=DevLoop time="2021-12-03T23:50:45+01:00" level=trace msg="validating yamltags of struct DeployType" subtask=-1 task=DevLoop time="2021-12-03T23:50:45+01:00" level=trace msg="validating yamltags of struct KubectlDeploy" subtask=-1 task=DevLoop time="2021-12-03T23:50:45+01:00" level=trace msg="validating yamltags of struct KubectlFlags" subtask=-1 task=DevLoop time="2021-12-03T23:50:45+01:00" level=trace msg="validating yamltags of struct DeployHooks" subtask=-1 task=DevLoop time="2021-12-03T23:50:45+01:00" level=trace msg="validating yamltags of struct LogsConfig" subtask=-1 task=DevLoop time="2021-12-03T23:50:45+01:00" level=info msg="Using kubectl context: default" subtask=-1 task=DevLoop time="2021-12-03T23:50:45+01:00" level=debug msg="Running command: [minikube version --output=json]" subtask=-1 task=DevLoop time="2021-12-03T23:50:45+01:00" level=trace msg="Minikube cluster not detected: starting command minikube version --output=json: exec: \"minikube\": executable file not found in $PATH" subtask=-1 task=DevLoop time="2021-12-03T23:50:45+01:00" level=trace msg="Minikube cluster not detected: starting command minikube version --output=json: exec: \"minikube\": executable file not found in $PATH" subtask=-1 task=DevLoop time="2021-12-03T23:50:45+01:00" level=debug msg="setting Docker user agent to skaffold-v1.35.0" subtask=-1 task=DevLoop time="2021-12-03T23:50:45+01:00" level=debug msg="Using builder: local" subtask=-1 task=DevLoop time="2021-12-03T23:50:45+01:00" level=debug msg="push value not present in NewBuilder, defaulting to true because cluster.PushImages is true" subtask=-1 task=DevLoop time="2021-12-03T23:50:45+01:00" level=info msg="build concurrency first set to 0 parsed from *local.Builder[0]" subtask=-1 task=DevLoop time="2021-12-03T23:50:45+01:00" level=info msg="final build concurrency value is 0" subtask=-1 task=DevLoop Generating tags... - ko://go.seankhliao.com/testrepo-705/cmd/p -> ko://go.seankhliao.com/testrepo-705/cmd/p:latest time="2021-12-03T23:50:45+01:00" level=info msg="Tags generated in 182.915µs" subtask=-1 task=Build Checking cache... time="2021-12-03T23:50:45+01:00" level=debug msg="push value not present in isImageLocal(), defaulting to true because cluster.PushImages is true" subtask=-1 task=DevLoop time="2021-12-03T23:50:45+01:00" level=trace msg="--> GET https://ko/v2/" time="2021-12-03T23:50:45+01:00" level=trace msg="GET /v2/ HTTP/1.1" time="2021-12-03T23:50:45+01:00" level=trace msg="Host: ko" time="2021-12-03T23:50:45+01:00" level=trace msg="User-Agent: Go-http-client/1.1" time="2021-12-03T23:50:45+01:00" level=trace msg="Accept-Encoding: gzip" time="2021-12-03T23:50:45+01:00" level=trace time="2021-12-03T23:50:45+01:00" level=trace time="2021-12-03T23:50:45+01:00" level=trace msg="latest skaffold version: v1.35.0" subtask=-1 task=DevLoop time="2021-12-03T23:50:52+01:00" level=trace msg="<-- dial tcp: lookup ko on 127.0.0.53:53: server misbehaving GET https://ko/v2/ (7.489343426s)" time="2021-12-03T23:50:52+01:00" level=trace msg="--> GET https://ko/v2/" time="2021-12-03T23:50:52+01:00" level=trace msg="GET /v2/ HTTP/1.1" time="2021-12-03T23:50:52+01:00" level=trace msg="Host: ko" time="2021-12-03T23:50:52+01:00" level=trace msg="User-Agent: Go-http-client/1.1" time="2021-12-03T23:50:52+01:00" level=trace msg="Accept-Encoding: gzip" time="2021-12-03T23:50:52+01:00" level=trace time="2021-12-03T23:50:52+01:00" level=trace time="2021-12-03T23:51:00+01:00" level=trace msg="<-- dial tcp: lookup ko on 127.0.0.53:53: server misbehaving GET https://ko/v2/ (7.641414436s)" time="2021-12-03T23:51:00+01:00" level=trace msg="--> GET https://ko/v2/" time="2021-12-03T23:51:00+01:00" level=trace msg="GET /v2/ HTTP/1.1" time="2021-12-03T23:51:00+01:00" level=trace msg="Host: ko" time="2021-12-03T23:51:00+01:00" level=trace msg="User-Agent: Go-http-client/1.1" time="2021-12-03T23:51:00+01:00" level=trace msg="Accept-Encoding: gzip" time="2021-12-03T23:51:00+01:00" level=trace time="2021-12-03T23:51:00+01:00" level=trace time="2021-12-03T23:51:08+01:00" level=trace msg="<-- dial tcp: lookup ko on 127.0.0.53:53: server misbehaving GET https://ko/v2/ (7.444649773s)" time="2021-12-03T23:51:09+01:00" level=trace msg="--> GET https://ko/v2/" time="2021-12-03T23:51:09+01:00" level=trace msg="GET /v2/ HTTP/1.1" time="2021-12-03T23:51:09+01:00" level=trace msg="Host: ko" time="2021-12-03T23:51:09+01:00" level=trace msg="User-Agent: Go-http-client/1.1" time="2021-12-03T23:51:09+01:00" level=trace msg="Accept-Encoding: gzip" time="2021-12-03T23:51:09+01:00" level=trace time="2021-12-03T23:51:09+01:00" level=trace time="2021-12-03T23:51:16+01:00" level=trace msg="<-- dial tcp: lookup ko on 127.0.0.53:53: server misbehaving GET https://ko/v2/ (7.569724331s)" time="2021-12-03T23:51:19+01:00" level=trace msg="--> GET https://ko/v2/" time="2021-12-03T23:51:19+01:00" level=trace msg="GET /v2/ HTTP/1.1" time="2021-12-03T23:51:19+01:00" level=trace msg="Host: ko" time="2021-12-03T23:51:19+01:00" level=trace msg="User-Agent: Go-http-client/1.1" time="2021-12-03T23:51:19+01:00" level=trace msg="Accept-Encoding: gzip" time="2021-12-03T23:51:19+01:00" level=trace time="2021-12-03T23:51:19+01:00" level=trace time="2021-12-03T23:51:27+01:00" level=trace msg="<-- dial tcp: lookup ko on 127.0.0.53:53: server misbehaving GET https://ko/v2/ (7.366004486s)" time="2021-12-03T23:51:27+01:00" level=trace msg="--> GET https://ko/v2/" time="2021-12-03T23:51:27+01:00" level=trace msg="GET /v2/ HTTP/1.1" time="2021-12-03T23:51:27+01:00" level=trace msg="Host: ko" time="2021-12-03T23:51:27+01:00" level=trace msg="User-Agent: Go-http-client/1.1" time="2021-12-03T23:51:27+01:00" level=trace msg="Accept-Encoding: gzip" time="2021-12-03T23:51:27+01:00" level=trace time="2021-12-03T23:51:27+01:00" level=trace time="2021-12-03T23:51:34+01:00" level=trace msg="<-- dial tcp: lookup ko on 127.0.0.53:53: server misbehaving GET https://ko/v2/ (7.498129179s)" time="2021-12-03T23:51:34+01:00" level=trace msg="--> GET https://ko/v2/" time="2021-12-03T23:51:34+01:00" level=trace msg="GET /v2/ HTTP/1.1" time="2021-12-03T23:51:34+01:00" level=trace msg="Host: ko" time="2021-12-03T23:51:34+01:00" level=trace msg="User-Agent: Go-http-client/1.1" time="2021-12-03T23:51:34+01:00" level=trace msg="Accept-Encoding: gzip" time="2021-12-03T23:51:34+01:00" level=trace time="2021-12-03T23:51:34+01:00" level=trace time="2021-12-03T23:51:42+01:00" level=trace msg="<-- dial tcp: lookup ko on 127.0.0.53:53: server misbehaving GET https://ko/v2/ (7.641618097s)" time="2021-12-03T23:51:42+01:00" level=trace msg="--> GET https://ko/v2/" time="2021-12-03T23:51:42+01:00" level=trace msg="GET /v2/ HTTP/1.1" time="2021-12-03T23:51:42+01:00" level=trace msg="Host: ko" time="2021-12-03T23:51:42+01:00" level=trace msg="User-Agent: Go-http-client/1.1" time="2021-12-03T23:51:42+01:00" level=trace msg="Accept-Encoding: gzip" time="2021-12-03T23:51:42+01:00" level=trace time="2021-12-03T23:51:42+01:00" level=trace time="2021-12-03T23:51:50+01:00" level=trace msg="<-- dial tcp: lookup ko on 127.0.0.53:53: server misbehaving GET https://ko/v2/ (7.430916764s)" time="2021-12-03T23:51:50+01:00" level=trace msg="--> GET https://ko/v2/" time="2021-12-03T23:51:50+01:00" level=trace msg="GET /v2/ HTTP/1.1" time="2021-12-03T23:51:50+01:00" level=trace msg="Host: ko" time="2021-12-03T23:51:50+01:00" level=trace msg="User-Agent: Go-http-client/1.1" time="2021-12-03T23:51:50+01:00" level=trace msg="Accept-Encoding: gzip" time="2021-12-03T23:51:50+01:00" level=trace time="2021-12-03T23:51:50+01:00" level=trace time="2021-12-03T23:51:58+01:00" level=trace msg="<-- dial tcp: lookup ko on 127.0.0.53:53: server misbehaving GET https://ko/v2/ (7.550283657s)" time="2021-12-03T23:52:01+01:00" level=trace msg="--> GET https://ko/v2/" time="2021-12-03T23:52:01+01:00" level=trace msg="GET /v2/ HTTP/1.1" time="2021-12-03T23:52:01+01:00" level=trace msg="Host: ko" time="2021-12-03T23:52:01+01:00" level=trace msg="User-Agent: Go-http-client/1.1" time="2021-12-03T23:52:01+01:00" level=trace msg="Accept-Encoding: gzip" time="2021-12-03T23:52:01+01:00" level=trace time="2021-12-03T23:52:01+01:00" level=trace time="2021-12-03T23:52:08+01:00" level=trace msg="<-- dial tcp: lookup ko on 127.0.0.53:53: server misbehaving GET https://ko/v2/ (7.464937876s)" time="2021-12-03T23:52:08+01:00" level=trace msg="--> GET https://ko/v2/" time="2021-12-03T23:52:08+01:00" level=trace msg="GET /v2/ HTTP/1.1" time="2021-12-03T23:52:08+01:00" level=trace msg="Host: ko" time="2021-12-03T23:52:08+01:00" level=trace msg="User-Agent: Go-http-client/1.1" time="2021-12-03T23:52:08+01:00" level=trace msg="Accept-Encoding: gzip" time="2021-12-03T23:52:08+01:00" level=trace time="2021-12-03T23:52:08+01:00" level=trace time="2021-12-03T23:52:16+01:00" level=trace msg="<-- dial tcp: lookup ko on 127.0.0.53:53: server misbehaving GET https://ko/v2/ (7.497382386s)" time="2021-12-03T23:52:16+01:00" level=trace msg="--> GET https://ko/v2/" time="2021-12-03T23:52:16+01:00" level=trace msg="GET /v2/ HTTP/1.1" time="2021-12-03T23:52:16+01:00" level=trace msg="Host: ko" time="2021-12-03T23:52:16+01:00" level=trace msg="User-Agent: Go-http-client/1.1" time="2021-12-03T23:52:16+01:00" level=trace msg="Accept-Encoding: gzip" time="2021-12-03T23:52:16+01:00" level=trace time="2021-12-03T23:52:16+01:00" level=trace time="2021-12-03T23:52:23+01:00" level=trace msg="<-- dial tcp: lookup ko on 127.0.0.53:53: server misbehaving GET https://ko/v2/ (7.397453175s)" time="2021-12-03T23:52:24+01:00" level=trace msg="--> GET https://ko/v2/" time="2021-12-03T23:52:24+01:00" level=trace msg="GET /v2/ HTTP/1.1" time="2021-12-03T23:52:24+01:00" level=trace msg="Host: ko" time="2021-12-03T23:52:24+01:00" level=trace msg="User-Agent: Go-http-client/1.1" time="2021-12-03T23:52:24+01:00" level=trace msg="Accept-Encoding: gzip" time="2021-12-03T23:52:24+01:00" level=trace time="2021-12-03T23:52:24+01:00" level=trace time="2021-12-03T23:52:31+01:00" level=trace msg="<-- dial tcp: lookup ko on 127.0.0.53:53: server misbehaving GET https://ko/v2/ (7.434186461s)" time="2021-12-03T23:52:32+01:00" level=trace msg="--> GET https://ko/v2/" time="2021-12-03T23:52:32+01:00" level=trace msg="GET /v2/ HTTP/1.1" time="2021-12-03T23:52:32+01:00" level=trace msg="Host: ko" time="2021-12-03T23:52:32+01:00" level=trace msg="User-Agent: Go-http-client/1.1" time="2021-12-03T23:52:32+01:00" level=trace msg="Accept-Encoding: gzip" time="2021-12-03T23:52:32+01:00" level=trace time="2021-12-03T23:52:32+01:00" level=trace time="2021-12-03T23:52:40+01:00" level=trace msg="<-- dial tcp: lookup ko on 127.0.0.53:53: server misbehaving GET https://ko/v2/ (7.584482969s)" time="2021-12-03T23:52:42+01:00" level=trace msg="--> GET https://ko/v2/" time="2021-12-03T23:52:42+01:00" level=trace msg="GET /v2/ HTTP/1.1" time="2021-12-03T23:52:42+01:00" level=trace msg="Host: ko" time="2021-12-03T23:52:42+01:00" level=trace msg="User-Agent: Go-http-client/1.1" time="2021-12-03T23:52:42+01:00" level=trace msg="Accept-Encoding: gzip" time="2021-12-03T23:52:42+01:00" level=trace time="2021-12-03T23:52:42+01:00" level=trace time="2021-12-03T23:52:50+01:00" level=trace msg="<-- dial tcp: lookup ko on 127.0.0.53:53: server misbehaving GET https://ko/v2/ (7.566715877s)" time="2021-12-03T23:52:50+01:00" level=trace msg="--> GET https://ko/v2/" time="2021-12-03T23:52:50+01:00" level=trace msg="GET /v2/ HTTP/1.1" time="2021-12-03T23:52:50+01:00" level=trace msg="Host: ko" time="2021-12-03T23:52:50+01:00" level=trace msg="User-Agent: Go-http-client/1.1" time="2021-12-03T23:52:50+01:00" level=trace msg="Accept-Encoding: gzip" time="2021-12-03T23:52:50+01:00" level=trace time="2021-12-03T23:52:50+01:00" level=trace time="2021-12-03T23:52:58+01:00" level=trace msg="<-- dial tcp: lookup ko on 127.0.0.53:53: server misbehaving GET https://ko/v2/ (7.498631066s)" time="2021-12-03T23:52:58+01:00" level=trace msg="--> GET https://ko/v2/" time="2021-12-03T23:52:58+01:00" level=trace msg="GET /v2/ HTTP/1.1" time="2021-12-03T23:52:58+01:00" level=trace msg="Host: ko" time="2021-12-03T23:52:58+01:00" level=trace msg="User-Agent: Go-http-client/1.1" time="2021-12-03T23:52:58+01:00" level=trace msg="Accept-Encoding: gzip" time="2021-12-03T23:52:58+01:00" level=trace time="2021-12-03T23:52:58+01:00" level=trace time="2021-12-03T23:53:05+01:00" level=trace msg="<-- dial tcp: lookup ko on 127.0.0.53:53: server misbehaving GET https://ko/v2/ (7.395372792s)" time="2021-12-03T23:53:05+01:00" level=trace msg="--> GET https://ko/v2/" time="2021-12-03T23:53:05+01:00" level=trace msg="GET /v2/ HTTP/1.1" time="2021-12-03T23:53:05+01:00" level=trace msg="Host: ko" time="2021-12-03T23:53:05+01:00" level=trace msg="User-Agent: Go-http-client/1.1" time="2021-12-03T23:53:05+01:00" level=trace msg="Accept-Encoding: gzip" time="2021-12-03T23:53:05+01:00" level=trace time="2021-12-03T23:53:05+01:00" level=trace time="2021-12-03T23:53:13+01:00" level=trace msg="<-- dial tcp: lookup ko on 127.0.0.53:53: server misbehaving GET https://ko/v2/ (7.424584729s)" time="2021-12-03T23:53:14+01:00" level=trace msg="--> GET https://ko/v2/" time="2021-12-03T23:53:14+01:00" level=trace msg="GET /v2/ HTTP/1.1" time="2021-12-03T23:53:14+01:00" level=trace msg="Host: ko" time="2021-12-03T23:53:14+01:00" level=trace msg="User-Agent: Go-http-client/1.1" time="2021-12-03T23:53:14+01:00" level=trace msg="Accept-Encoding: gzip" time="2021-12-03T23:53:14+01:00" level=trace time="2021-12-03T23:53:14+01:00" level=trace time="2021-12-03T23:53:21+01:00" level=trace msg="<-- dial tcp: lookup ko on 127.0.0.53:53: server misbehaving GET https://ko/v2/ (7.538012969s)" time="2021-12-03T23:53:24+01:00" level=trace msg="--> GET https://ko/v2/" time="2021-12-03T23:53:24+01:00" level=trace msg="GET /v2/ HTTP/1.1" time="2021-12-03T23:53:24+01:00" level=trace msg="Host: ko" time="2021-12-03T23:53:24+01:00" level=trace msg="User-Agent: Go-http-client/1.1" time="2021-12-03T23:53:24+01:00" level=trace msg="Accept-Encoding: gzip" time="2021-12-03T23:53:24+01:00" level=trace time="2021-12-03T23:53:24+01:00" level=trace time="2021-12-03T23:53:32+01:00" level=trace msg="<-- dial tcp: lookup ko on 127.0.0.53:53: server misbehaving GET https://ko/v2/ (7.521893799s)" - ko://go.seankhliao.com/testrepo-705/cmd/p: Not found. Building time="2021-12-03T23:53:32+01:00" level=info msg="Cache check completed in 2 minutes 46.742 seconds" subtask=-1 task=Build Starting build... Building [ko://go.seankhliao.com/testrepo-705/cmd/p]... time="2021-12-03T23:53:32+01:00" level=info msg="No matching credentials were found, falling back on anonymous" time="2021-12-03T23:53:32+01:00" level=info msg="Using base gcr.io/distroless/static:nonroot for go.seankhliao.com/testrepo-705/cmd/p" time="2021-12-03T23:53:32+01:00" level=trace msg="--> GET https://gcr.io/v2/" time="2021-12-03T23:53:32+01:00" level=trace msg="GET /v2/ HTTP/1.1" time="2021-12-03T23:53:32+01:00" level=trace msg="Host: gcr.io" time="2021-12-03T23:53:32+01:00" level=trace msg="User-Agent: skaffold/v1.35.0 (linux/amd64) go-containerregistry/v0.6.0" time="2021-12-03T23:53:32+01:00" level=trace msg="Accept-Encoding: gzip" time="2021-12-03T23:53:32+01:00" level=trace time="2021-12-03T23:53:32+01:00" level=trace time="2021-12-03T23:53:32+01:00" level=trace msg="<-- 401 https://gcr.io/v2/ (339.369362ms)" time="2021-12-03T23:53:32+01:00" level=trace msg="HTTP/2.0 401 Unauthorized" time="2021-12-03T23:53:32+01:00" level=trace msg="Alt-Svc: h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000,h3-Q050=\":443\"; ma=2592000,h3-Q046=\":443\"; ma=2592000,h3-Q043=\":443\"; ma=2592000,quic=\":443\"; ma=2592000; v=\"46,43\"" time="2021-12-03T23:53:32+01:00" level=trace msg="Cache-Control: private" time="2021-12-03T23:53:32+01:00" level=trace msg="Content-Type: application/json" time="2021-12-03T23:53:32+01:00" level=trace msg="Date: Fri, 03 Dec 2021 22:53:32 GMT" time="2021-12-03T23:53:32+01:00" level=trace msg="Docker-Distribution-Api-Version: registry/2.0" time="2021-12-03T23:53:32+01:00" level=trace msg="Server: Docker Registry" time="2021-12-03T23:53:32+01:00" level=trace msg="Www-Authenticate: Bearer realm=\"https://gcr.io/v2/token\",service=\"gcr.io\"" time="2021-12-03T23:53:32+01:00" level=trace msg="X-Frame-Options: SAMEORIGIN" time="2021-12-03T23:53:32+01:00" level=trace msg="X-Xss-Protection: 0" time="2021-12-03T23:53:32+01:00" level=trace time="2021-12-03T23:53:32+01:00" level=trace msg="{\"errors\":[{\"code\":\"UNAUTHORIZED\",\"message\":\"Unauthorized access.\"}]}" time="2021-12-03T23:53:32+01:00" level=trace msg="--> GET https://gcr.io/v2/token?scope=repository%3Adistroless%2Fstatic%3Apull&service=gcr.io [body redacted: basic token response contains credentials]" time="2021-12-03T23:53:32+01:00" level=trace msg="GET /v2/token?scope=repository%3Adistroless%2Fstatic%3Apull&service=gcr.io HTTP/1.1" time="2021-12-03T23:53:32+01:00" level=trace msg="Host: gcr.io" time="2021-12-03T23:53:32+01:00" level=trace msg="User-Agent: skaffold/v1.35.0 (linux/amd64) go-containerregistry/v0.6.0" time="2021-12-03T23:53:32+01:00" level=trace msg="Authorization: <redacted>" time="2021-12-03T23:53:32+01:00" level=trace msg="Accept-Encoding: gzip" time="2021-12-03T23:53:32+01:00" level=trace time="2021-12-03T23:53:32+01:00" level=trace time="2021-12-03T23:53:32+01:00" level=trace msg="<-- 200 https://gcr.io/v2/token?scope=repository%3Adistroless%2Fstatic%3Apull&service=gcr.io (45.714353ms) [body redacted: basic token response contains credentials]" time="2021-12-03T23:53:32+01:00" level=trace msg="HTTP/2.0 200 OK" time="2021-12-03T23:53:32+01:00" level=trace msg="Alt-Svc: h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000,h3-Q050=\":443\"; ma=2592000,h3-Q046=\":443\"; ma=2592000,h3-Q043=\":443\"; ma=2592000,quic=\":443\"; ma=2592000; v=\"46,43\"" time="2021-12-03T23:53:32+01:00" level=trace msg="Cache-Control: private" time="2021-12-03T23:53:32+01:00" level=trace msg="Content-Type: application/json" time="2021-12-03T23:53:32+01:00" level=trace msg="Date: Fri, 03 Dec 2021 22:53:32 GMT" time="2021-12-03T23:53:32+01:00" level=trace msg="Docker-Distribution-Api-Version: registry/2.0" time="2021-12-03T23:53:32+01:00" level=trace msg="Server: Docker Registry" time="2021-12-03T23:53:32+01:00" level=trace msg="X-Frame-Options: SAMEORIGIN" time="2021-12-03T23:53:32+01:00" level=trace msg="X-Xss-Protection: 0" time="2021-12-03T23:53:32+01:00" level=trace time="2021-12-03T23:53:32+01:00" level=trace time="2021-12-03T23:53:32+01:00" level=trace msg="--> GET https://gcr.io/v2/distroless/static/manifests/nonroot" time="2021-12-03T23:53:32+01:00" level=trace msg="GET /v2/distroless/static/manifests/nonroot HTTP/1.1" time="2021-12-03T23:53:32+01:00" level=trace msg="Host: gcr.io" time="2021-12-03T23:53:32+01:00" level=trace msg="User-Agent: skaffold/v1.35.0 (linux/amd64) go-containerregistry/v0.6.0" time="2021-12-03T23:53:32+01:00" level=trace msg="Accept: application/vnd.docker.distribution.manifest.v1+json,application/vnd.docker.distribution.manifest.v1+prettyjws,application/vnd.docker.distribution.manifest.v2+json,application/vnd.oci.image.manifest.v1+json,application/vnd.docker.distribution.manifest.list.v2+json,application/vnd.oci.image.index.v1+json" time="2021-12-03T23:53:32+01:00" level=trace msg="Authorization: <redacted>" time="2021-12-03T23:53:32+01:00" level=trace msg="Accept-Encoding: gzip" time="2021-12-03T23:53:32+01:00" level=trace time="2021-12-03T23:53:32+01:00" level=trace time="2021-12-03T23:53:33+01:00" level=trace msg="<-- 200 https://gcr.io/v2/distroless/static/manifests/nonroot (368.36407ms)" time="2021-12-03T23:53:33+01:00" level=trace msg="HTTP/2.0 200 OK" time="2021-12-03T23:53:33+01:00" level=trace msg="Content-Length: 1665" time="2021-12-03T23:53:33+01:00" level=trace msg="Alt-Svc: h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000,h3-Q050=\":443\"; ma=2592000,h3-Q046=\":443\"; ma=2592000,h3-Q043=\":443\"; ma=2592000,quic=\":443\"; ma=2592000; v=\"46,43\"" time="2021-12-03T23:53:33+01:00" level=trace msg="Content-Type: application/vnd.docker.distribution.manifest.list.v2+json" time="2021-12-03T23:53:33+01:00" level=trace msg="Date: Fri, 03 Dec 2021 22:53:33 GMT" time="2021-12-03T23:53:33+01:00" level=trace msg="Docker-Content-Digest: sha256:bca3c203cdb36f5914ab8568e4c25165643ea9b711b41a8a58b42c80a51ed609" time="2021-12-03T23:53:33+01:00" level=trace msg="Docker-Distribution-Api-Version: registry/2.0" time="2021-12-03T23:53:33+01:00" level=trace msg="Server: Docker Registry" time="2021-12-03T23:53:33+01:00" level=trace msg="X-Frame-Options: SAMEORIGIN" time="2021-12-03T23:53:33+01:00" level=trace msg="X-Xss-Protection: 0" time="2021-12-03T23:53:33+01:00" level=trace time="2021-12-03T23:53:33+01:00" level=trace msg="{" time="2021-12-03T23:53:33+01:00" level=trace msg=" \"schemaVersion\": 2," time="2021-12-03T23:53:33+01:00" level=trace msg=" \"mediaType\": \"application/vnd.docker.distribution.manifest.list.v2+json\"," time="2021-12-03T23:53:33+01:00" level=trace msg=" \"manifests\": [" time="2021-12-03T23:53:33+01:00" level=trace msg=" {" time="2021-12-03T23:53:33+01:00" level=trace msg=" \"mediaType\": \"application/vnd.docker.distribution.manifest.v2+json\"," time="2021-12-03T23:53:33+01:00" level=trace msg=" \"size\": 426," time="2021-12-03T23:53:33+01:00" level=trace msg=" \"digest\": \"sha256:213a6d5205aa1421bd128b0396232a22fbb4eec4cbe510118f665398248f6d9a\"," time="2021-12-03T23:53:33+01:00" level=trace msg=" \"platform\": {" time="2021-12-03T23:53:33+01:00" level=trace msg=" \"architecture\": \"amd64\"," time="2021-12-03T23:53:33+01:00" level=trace msg=" \"os\": \"linux\"" time="2021-12-03T23:53:33+01:00" level=trace msg=" }" time="2021-12-03T23:53:33+01:00" level=trace msg=" }," time="2021-12-03T23:53:33+01:00" level=trace msg=" {" time="2021-12-03T23:53:33+01:00" level=trace msg=" \"mediaType\": \"application/vnd.docker.distribution.manifest.v2+json\"," time="2021-12-03T23:53:33+01:00" level=trace msg=" \"size\": 426," time="2021-12-03T23:53:33+01:00" level=trace msg=" \"digest\": \"sha256:2d23bc526cd252251419bc00ccd28055911e8530d611c530294ea43b389d9e04\"," time="2021-12-03T23:53:33+01:00" level=trace msg=" \"platform\": {" time="2021-12-03T23:53:33+01:00" level=trace msg=" \"architecture\": \"arm\"," time="2021-12-03T23:53:33+01:00" level=trace msg=" \"os\": \"linux\"" time="2021-12-03T23:53:33+01:00" level=trace msg=" }" time="2021-12-03T23:53:33+01:00" level=trace msg=" }," time="2021-12-03T23:53:33+01:00" level=trace msg=" {" time="2021-12-03T23:53:33+01:00" level=trace msg=" \"mediaType\": \"application/vnd.docker.distribution.manifest.v2+json\"," time="2021-12-03T23:53:33+01:00" level=trace msg=" \"size\": 426," time="2021-12-03T23:53:33+01:00" level=trace msg=" \"digest\": \"sha256:e99b908ae19fe58f41b3b71cdc6214b85b51421d1ef4ddae8945b6aa9e80e5da\"," time="2021-12-03T23:53:33+01:00" level=trace msg=" \"platform\": {" time="2021-12-03T23:53:33+01:00" level=trace msg=" \"architecture\": \"arm64\"," time="2021-12-03T23:53:33+01:00" level=trace msg=" \"os\": \"linux\"" time="2021-12-03T23:53:33+01:00" level=trace msg=" }" time="2021-12-03T23:53:33+01:00" level=trace msg=" }," time="2021-12-03T23:53:33+01:00" level=trace msg=" {" time="2021-12-03T23:53:33+01:00" level=trace msg=" \"mediaType\": \"application/vnd.docker.distribution.manifest.v2+json\"," time="2021-12-03T23:53:33+01:00" level=trace msg=" \"size\": 426," time="2021-12-03T23:53:33+01:00" level=trace msg=" \"digest\": \"sha256:8da81afc594a977e8da23760a1a01c4876808aaff6bc268582cb508db63391a5\"," time="2021-12-03T23:53:33+01:00" level=trace msg=" \"platform\": {" time="2021-12-03T23:53:33+01:00" level=trace msg=" \"architecture\": \"ppc64le\"," time="2021-12-03T23:53:33+01:00" level=trace msg=" \"os\": \"linux\"" time="2021-12-03T23:53:33+01:00" level=trace msg=" }" time="2021-12-03T23:53:33+01:00" level=trace msg=" }," time="2021-12-03T23:53:33+01:00" level=trace msg=" {" time="2021-12-03T23:53:33+01:00" level=trace msg=" \"mediaType\": \"application/vnd.docker.distribution.manifest.v2+json\"," time="2021-12-03T23:53:33+01:00" level=trace msg=" \"size\": 426," time="2021-12-03T23:53:33+01:00" level=trace msg=" \"digest\": \"sha256:84bdaeae0c95e18c53a38baebe5b678719907148900582ebd30fb14749dda731\"," time="2021-12-03T23:53:33+01:00" level=trace msg=" \"platform\": {" time="2021-12-03T23:53:33+01:00" level=trace msg=" \"architecture\": \"s390x\"," time="2021-12-03T23:53:33+01:00" level=trace msg=" \"os\": \"linux\"" time="2021-12-03T23:53:33+01:00" level=trace msg=" }" time="2021-12-03T23:53:33+01:00" level=trace msg=" }" time="2021-12-03T23:53:33+01:00" level=trace msg=" ]" time="2021-12-03T23:53:33+01:00" level=trace msg="}" time="2021-12-03T23:53:33+01:00" level=trace msg="--> GET https://gcr.io/v2/distroless/static/manifests/sha256:213a6d5205aa1421bd128b0396232a22fbb4eec4cbe510118f665398248f6d9a" time="2021-12-03T23:53:33+01:00" level=trace msg="GET /v2/distroless/static/manifests/sha256:213a6d5205aa1421bd128b0396232a22fbb4eec4cbe510118f665398248f6d9a HTTP/1.1" time="2021-12-03T23:53:33+01:00" level=trace msg="Host: gcr.io" time="2021-12-03T23:53:33+01:00" level=trace msg="User-Agent: skaffold/v1.35.0 (linux/amd64) go-containerregistry/v0.6.0" time="2021-12-03T23:53:33+01:00" level=trace msg="Accept: application/vnd.docker.distribution.manifest.v2+json" time="2021-12-03T23:53:33+01:00" level=trace msg="Authorization: <redacted>" time="2021-12-03T23:53:33+01:00" level=trace msg="Accept-Encoding: gzip" time="2021-12-03T23:53:33+01:00" level=trace time="2021-12-03T23:53:33+01:00" level=trace time="2021-12-03T23:53:33+01:00" level=trace msg="<-- 200 https://gcr.io/v2/distroless/static/manifests/sha256:213a6d5205aa1421bd128b0396232a22fbb4eec4cbe510118f665398248f6d9a (366.732099ms)" time="2021-12-03T23:53:33+01:00" level=trace msg="HTTP/2.0 200 OK" time="2021-12-03T23:53:33+01:00" level=trace msg="Content-Length: 426" time="2021-12-03T23:53:33+01:00" level=trace msg="Alt-Svc: h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000,h3-Q050=\":443\"; ma=2592000,h3-Q046=\":443\"; ma=2592000,h3-Q043=\":443\"; ma=2592000,quic=\":443\"; ma=2592000; v=\"46,43\"" time="2021-12-03T23:53:33+01:00" level=trace msg="Content-Type: application/vnd.docker.distribution.manifest.v2+json" time="2021-12-03T23:53:33+01:00" level=trace msg="Date: Fri, 03 Dec 2021 22:53:33 GMT" time="2021-12-03T23:53:33+01:00" level=trace msg="Docker-Content-Digest: sha256:213a6d5205aa1421bd128b0396232a22fbb4eec4cbe510118f665398248f6d9a" time="2021-12-03T23:53:33+01:00" level=trace msg="Docker-Distribution-Api-Version: registry/2.0" time="2021-12-03T23:53:33+01:00" level=trace msg="Server: Docker Registry" time="2021-12-03T23:53:33+01:00" level=trace msg="X-Frame-Options: SAMEORIGIN" time="2021-12-03T23:53:33+01:00" level=trace msg="X-Xss-Protection: 0" time="2021-12-03T23:53:33+01:00" level=trace time="2021-12-03T23:53:33+01:00" level=trace msg="{\"schemaVersion\":2,\"mediaType\":\"application/vnd.docker.distribution.manifest.v2+json\",\"config\":{\"mediaType\":\"application/vnd.docker.container.image.v1+json\",\"size\":478,\"digest\":\"sha256:bff4de2cb7e1dd0ed9797c6e33688f32f2ff0293ecee6fa069051081710bb61b\"},\"layers\":[{\"mediaType\":\"application/vnd.docker.image.rootfs.diff.tar.gzip\",\"size\":803814,\"digest\":\"sha256:e8614d09b7bebabd9d8a450f44e88a8807c98a438a2ddd63146865286b132d1b\"}]}" time="2021-12-03T23:53:33+01:00" level=trace msg="--> GET https://gcr.io/v2/distroless/static/blobs/sha256:bff4de2cb7e1dd0ed9797c6e33688f32f2ff0293ecee6fa069051081710bb61b" time="2021-12-03T23:53:33+01:00" level=trace msg="GET /v2/distroless/static/blobs/sha256:bff4de2cb7e1dd0ed9797c6e33688f32f2ff0293ecee6fa069051081710bb61b HTTP/1.1" time="2021-12-03T23:53:33+01:00" level=trace msg="Host: gcr.io" time="2021-12-03T23:53:33+01:00" level=trace msg="User-Agent: skaffold/v1.35.0 (linux/amd64) go-containerregistry/v0.6.0" time="2021-12-03T23:53:33+01:00" level=trace msg="Authorization: <redacted>" time="2021-12-03T23:53:33+01:00" level=trace msg="Accept-Encoding: gzip" time="2021-12-03T23:53:33+01:00" level=trace time="2021-12-03T23:53:33+01:00" level=trace time="2021-12-03T23:53:33+01:00" level=trace msg="<-- 302 https://gcr.io/v2/distroless/static/blobs/sha256:bff4de2cb7e1dd0ed9797c6e33688f32f2ff0293ecee6fa069051081710bb61b (10.007962ms)" time="2021-12-03T23:53:33+01:00" level=trace msg="HTTP/2.0 302 Found" time="2021-12-03T23:53:33+01:00" level=trace msg="Alt-Svc: h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000,h3-Q050=\":443\"; ma=2592000,h3-Q046=\":443\"; ma=2592000,h3-Q043=\":443\"; ma=2592000,quic=\":443\"; ma=2592000; v=\"46,43\"" time="2021-12-03T23:53:33+01:00" level=trace msg="Cache-Control: private" time="2021-12-03T23:53:33+01:00" level=trace msg="Content-Type: application/json" time="2021-12-03T23:53:33+01:00" level=trace msg="Date: Fri, 03 Dec 2021 22:53:33 GMT" time="2021-12-03T23:53:33+01:00" level=trace msg="Docker-Distribution-Api-Version: registry/2.0" time="2021-12-03T23:53:33+01:00" level=trace msg="Location: https://storage.googleapis.com/artifacts.distroless.appspot.com/containers/images/sha256:bff4de2cb7e1dd0ed9797c6e33688f32f2ff0293ecee6fa069051081710bb61b?access_token=ya29.a0ARrdaM_3GPrQgtdGl2iufAKy9TZ5eVljvrblyLNAzFBNrBSrKNZwv0WCS5LArLzWQYPsVn51qOv_Dum4BSX7EXi5RpEffVqO6L6DoMFaZjl6JS0D5hw_-J0dREV1p5beioHfn_qCt0BmEDMdY0mEzJQfWEity9w" time="2021-12-03T23:53:33+01:00" level=trace msg="Server: Docker Registry" time="2021-12-03T23:53:33+01:00" level=trace msg="X-Frame-Options: SAMEORIGIN" time="2021-12-03T23:53:33+01:00" level=trace msg="X-Xss-Protection: 0" time="2021-12-03T23:53:33+01:00" level=trace time="2021-12-03T23:53:33+01:00" level=trace msg="{\"errors\":[]}" time="2021-12-03T23:53:33+01:00" level=trace msg="--> GET https://storage.googleapis.com/artifacts.distroless.appspot.com/containers/images/sha256:bff4de2cb7e1dd0ed9797c6e33688f32f2ff0293ecee6fa069051081710bb61b?access_token=ya29.a0ARrdaM_3GPrQgtdGl2iufAKy9TZ5eVljvrblyLNAzFBNrBSrKNZwv0WCS5LArLzWQYPsVn51qOv_Dum4BSX7EXi5RpEffVqO6L6DoMFaZjl6JS0D5hw_-J0dREV1p5beioHfn_qCt0BmEDMdY0mEzJQfWEity9w" time="2021-12-03T23:53:33+01:00" level=trace msg="GET /artifacts.distroless.appspot.com/containers/images/sha256:bff4de2cb7e1dd0ed9797c6e33688f32f2ff0293ecee6fa069051081710bb61b?access_token=ya29.a0ARrdaM_3GPrQgtdGl2iufAKy9TZ5eVljvrblyLNAzFBNrBSrKNZwv0WCS5LArLzWQYPsVn51qOv_Dum4BSX7EXi5RpEffVqO6L6DoMFaZjl6JS0D5hw_-J0dREV1p5beioHfn_qCt0BmEDMdY0mEzJQfWEity9w HTTP/1.1" time="2021-12-03T23:53:33+01:00" level=trace msg="Host: storage.googleapis.com" time="2021-12-03T23:53:33+01:00" level=trace msg="User-Agent: skaffold/v1.35.0 (linux/amd64) go-containerregistry/v0.6.0" time="2021-12-03T23:53:33+01:00" level=trace msg="Referer: https://gcr.io/v2/distroless/static/blobs/sha256:bff4de2cb7e1dd0ed9797c6e33688f32f2ff0293ecee6fa069051081710bb61b" time="2021-12-03T23:53:33+01:00" level=trace msg="Accept-Encoding: gzip" time="2021-12-03T23:53:33+01:00" level=trace time="2021-12-03T23:53:33+01:00" level=trace time="2021-12-03T23:53:34+01:00" level=trace msg="<-- 200 https://storage.googleapis.com/artifacts.distroless.appspot.com/containers/images/sha256:bff4de2cb7e1dd0ed9797c6e33688f32f2ff0293ecee6fa069051081710bb61b?access_token=ya29.a0ARrdaM_3GPrQgtdGl2iufAKy9TZ5eVljvrblyLNAzFBNrBSrKNZwv0WCS5LArLzWQYPsVn51qOv_Dum4BSX7EXi5RpEffVqO6L6DoMFaZjl6JS0D5hw_-J0dREV1p5beioHfn_qCt0BmEDMdY0mEzJQfWEity9w (495.655413ms)" time="2021-12-03T23:53:34+01:00" level=trace msg="HTTP/2.0 200 OK" time="2021-12-03T23:53:34+01:00" level=trace msg="Content-Length: 478" time="2021-12-03T23:53:34+01:00" level=trace msg="Accept-Ranges: bytes" time="2021-12-03T23:53:34+01:00" level=trace msg="Alt-Svc: h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000,h3-Q050=\":443\"; ma=2592000,h3-Q046=\":443\"; ma=2592000,h3-Q043=\":443\"; ma=2592000,quic=\":443\"; ma=2592000; v=\"46,43\"" time="2021-12-03T23:53:34+01:00" level=trace msg="Cache-Control: public, max-age=3600" time="2021-12-03T23:53:34+01:00" level=trace msg="Content-Type: application/octet-stream" time="2021-12-03T23:53:34+01:00" level=trace msg="Date: Fri, 03 Dec 2021 22:53:34 GMT" time="2021-12-03T23:53:34+01:00" level=trace msg="Etag: \"a515873c08a6fc2101af23d2a324ec85\"" time="2021-12-03T23:53:34+01:00" level=trace msg="Expires: Fri, 03 Dec 2021 23:53:34 GMT" time="2021-12-03T23:53:34+01:00" level=trace msg="Last-Modified: Wed, 27 Oct 2021 16:37:51 GMT" time="2021-12-03T23:53:34+01:00" level=trace msg="Server: UploadServer" time="2021-12-03T23:53:34+01:00" level=trace msg="X-Goog-Generation: 1635352671497069" time="2021-12-03T23:53:34+01:00" level=trace msg="X-Goog-Hash: crc32c=aGrlcw==" time="2021-12-03T23:53:34+01:00" level=info msg="Using build config ko://go.seankhliao.com/testrepo-705/cmd/p for go.seankhliao.com/testrepo-705/cmd/p" time="2021-12-03T23:53:34+01:00" level=trace msg="X-Goog-Hash: md5=pRWHPAim/CEBryPSoyTshQ==" time="2021-12-03T23:53:34+01:00" level=trace msg="X-Goog-Metageneration: 1" time="2021-12-03T23:53:34+01:00" level=trace msg="X-Goog-Storage-Class: STANDARD" time="2021-12-03T23:53:34+01:00" level=trace msg="X-Goog-Stored-Content-Encoding: identity" time="2021-12-03T23:53:34+01:00" level=trace msg="X-Goog-Stored-Content-Length: 478" time="2021-12-03T23:53:34+01:00" level=trace msg="X-Guploader-Uploadid: ADPycdsEJUCEXjulmJD9xtjOYHjbU7LzmB1h2loa67cg4CDi7uHOubK0fLrwwCDA5bolwOt6M9ZHC4XKQwDVy5PMHJqQnbehxQ" time="2021-12-03T23:53:34+01:00" level=info msg="Building go.seankhliao.com/testrepo-705/cmd/p for linux/amd64" time="2021-12-03T23:53:34+01:00" level=trace time="2021-12-03T23:53:34+01:00" level=trace msg="{\"architecture\":\"amd64\",\"author\":\"Bazel\",\"created\":\"1970-01-01T00:00:00Z\",\"history\":[{\"author\":\"Bazel\",\"created\":\"1970-01-01T00:00:00Z\",\"created_by\":\"bazel build ...\"}],\"os\":\"linux\",\"rootfs\":{\"type\":\"layers\",\"diff_ids\":[\"sha256:6d75f23be3ddcb784b51ea7ef9b6a3a038f9e0b2f08f08628b226dba8b5161f8\"]},\"config\":{\"Env\":[\"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin\",\"SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt\"],\"User\":\"65532\",\"WorkingDir\":\"/home/nonroot\"}}" time="2021-12-03T23:53:34+01:00" level=info msg="Publishing go.seankhliao.com/testrepo-705/cmd/p:latest" time="2021-12-03T23:53:34+01:00" level=trace msg="--> GET https://go.seankhliao.com/v2/" time="2021-12-03T23:53:34+01:00" level=trace msg="GET /v2/ HTTP/1.1" time="2021-12-03T23:53:34+01:00" level=trace msg="Host: go.seankhliao.com" time="2021-12-03T23:53:34+01:00" level=trace msg="User-Agent: skaffold/v1.35.0 (linux/amd64) go-containerregistry/v0.6.0" time="2021-12-03T23:53:34+01:00" level=trace msg="Accept-Encoding: gzip" time="2021-12-03T23:53:34+01:00" level=trace time="2021-12-03T23:53:34+01:00" level=trace time="2021-12-03T23:53:35+01:00" level=trace msg="<-- 200 https://go.seankhliao.com/v2/ (549.267295ms)" time="2021-12-03T23:53:35+01:00" level=trace msg="HTTP/2.0 200 OK" time="2021-12-03T23:53:35+01:00" level=trace msg="Connection: close" time="2021-12-03T23:53:35+01:00" level=trace msg="Content-Type: text/html; charset=utf-8" time="2021-12-03T23:53:35+01:00" level=trace msg="Date: Fri, 03 Dec 2021 22:53:35 GMT" time="2021-12-03T23:53:35+01:00" level=trace msg="Server: Google Frontend" time="2021-12-03T23:53:35+01:00" level=trace time="2021-12-03T23:53:35+01:00" level=trace msg="<!doctype html><html lang=en><meta charset=utf-8><meta name=viewport content=\"width=device-width,minimum-scale=1,initial-scale=1\"><title>go.seankhliao.com/v2</title><meta name=go-import content=\"go.seankhliao.com/v2 git https://github.com/seankhliao/v2\"><meta name=go-source content=\"go.seankhliao.com/v2" time="2021-12-03T23:53:35+01:00" level=trace msg=" https://github.com/seankhliao/v2" time="2021-12-03T23:53:35+01:00" level=trace msg=" https://github.com/seankhliao/v2/tree/master{/dir}" time="2021-12-03T23:53:35+01:00" level=trace msg=" https://github.com/seankhliao/v2/blob/master{/dir}/{file}#L{line}\"><meta http-equiv=refresh content=\"5;url=https://pkg.go.dev/go.seankhliao.com/v2\"><link rel=canonical href=https://go.seankhliao.com/v2><link rel=manifest href=/manifest.json><meta name=theme-color content=\"#000000\"><meta name=description content=\"module go.seankhliao.com/v2\"><link rel=icon href=https://seankhliao.com/favicon.ico><link rel=icon href=https://seankhliao.com/static/icon.svg type=image/svg+xml sizes=any><link rel=apple-touch-icon href=https://seankhliao.com/static/icon-192.png><style>*{box-sizing:border-box}:root{background:#000;color:#eceff1;font:18px inconsolata,monospace}@font-face{font-family:inconsolata;font-style:normal;font-weight:400;font-display:swap;src:local(\"Inconsolata\"),local(\"Inconsolata-Regular\"),url(https://seankhliao.com/static/inconsolata-var.woff2)format(\"woff2-variations\"),url(https://seankhliao.com/static/inconsolata-400.woff2)format(\"woff2\")}@font-face{font-family:inconsolata;font-style:normal;font-weight:700;font-display:swap;src:local(\"Inconsolata Bold\"),local(\"Inconsolata-Bold\"),url(https://seankhliao.com/static/inconsolata-var.woff2)format(\"woff2-variations\"),url(https://seankhliao.com/static/inconsolata-700.woff2)format(\"woff2\")}@font-face{font-family:lora;font-style:normal;font-weight:400;font-display:swap;src:local(\"Lora\"),local(\"Lora-Regular\"),url(https://seankhliao.com/static/lora-var.woff2)format(\"woff2-variations\"),url(https://seankhliao.com/static/lora-400.woff2)format(\"woff2\")}@font-face{font-family:lora;font-style:normal;font-weight:700;font-display:swap;src:local(\"Lora Bold\"),local(\"Lora-Bold\"),url(https://seankhliao.com/static/lora-var.woff2)format(\"woff2-variations\"),url(https://seankhliao.com/static/lora-700.woff2)format(\"woff2\")}body{grid:3.5vh 3.5vh/1fr repeat(3,minmax(90px,280px))1fr;display:grid;gap:0 1em;margin:0;padding:1vmin;background:#000;color:#eceff1;font:18px inconsolata,monospace}body>*{grid-column:2/span 3}h1{font-size:3vmin;grid-area:1/4/span 1/span 1;margin:0;place-self:end}h2{color:#999;font-size:2.5vmin;grid-area:2/4/span 1/span 1;place-self:start end;text-align:right}hgroup{font:700 2.5vmin lora,serif;grid-area:1/2/span 2/span 1;margin:0;place-self:end start}hgroup a{display:grid;grid:repeat(2,3vmin)/repeat(8,4vmin);place-content:center center}hgroup *:nth-child(n+5){grid-row:2/span 1}footer,iframe,pre,table,picture{grid-column:1/span 5;margin:.25em -1vmin 2em}picture img{width:100%;margin:auto}h3,h4,picture{margin:1em 0 .25em}h5,h6{margin:1.5em 0 .25em}h3{font-size:2.441em}h4{font-size:1.953em}h5{font-size:1.563em}h6{font-size:1.25em}p{line-height:1.5;margin:0 0 1em}footer{margin:10vh auto 3vh}a,a:visited{color:inherit;font-weight:700;text-decoration:underline 1px #707070}a:hover{color:#a06be0;transition:color .16s;text-decoration:underline 1px #a06be0}h1 a,h1 a:hover,h1 a:visited,hgroup a,hgroup a:hover,hgroup a:visited{color:inherit;text-decoration:none}ul{list-style:none;margin:0}ul>*{margin:.5em;line-height:1.5em}ul>li:before{content:\"»\";margin:0 1ch 0 -3ch;position:absolute}ol>*{line-height:1.75em}blockquote{margin:1em;padding:.25em 1em;border-left:1ch solid #999}code{background:#303030;font:1em inconsolata,monospace;padding:.1em}pre{background:#303030;overflow-x:scroll;padding:1em}pre::-webkit-scrollbar{display:none}pre code{padding:0}iframe{margin:auto}em{color:#a06be0;background-color:unset;font-style:normal;font-weight:700}time{color:#999}table{border-collapse:collapse;border-style:hidden}th,td{padding:.4em;text-align:left}th{font-weight:700;border-bottom:.2em solid #999}tr:nth-child(5n) td{border-bottom:.1em solid #999}tbody tr:hover{background:#404040}body>*:last-child::after{margin:0 .5em;content:\"■\";color:#a06be0}noscript iframe{height:0;width:0;display:none;visibility:hidden}</style><h1>go.seankhliao.com/v2</h1><h2>module go.seankhliao.com/v2</h2><hgroup><a href=\"https://seankhliao.com/?utm_medium=sites&utm_source=https://go.seankhliao.com/v2\"><span>S</span><span>E</span><span>A</span><span>N</span>" time="2021-12-03T23:53:35+01:00" level=trace msg="<em>K</em><em>.</em><em>H</em><em>.</em>" time="2021-12-03T23:53:35+01:00" level=trace msg="<span>L</span><span>I</span><span>A</span><span>O</span></a></hgroup><h3 id=-goseankhliaocom---v2><em>go.seankhliao.com</em> / v2</h3><p><em>source:</em> <a href=https://github.com/seankhliao.com/v2>github</a><p><em>docs:</em> <a href=https://pkg.go.dev/go.seankhliao.com/v2>pkg.go.dev</a><footer><a href=\"https://seankhliao.com/?utm_medium=sites&utm_source=https://go.seankhliao.com/v2\">home</a>" time="2021-12-03T23:53:35+01:00" level=trace msg="|" time="2021-12-03T23:53:35+01:00" level=trace msg="<a href=\"https://seankhliao.com/blog/?utm_medium=sites&utm_source=https://go.seankhliao.com/v2\">blog</a>" time="2021-12-03T23:53:35+01:00" level=trace msg="|" time="2021-12-03T23:53:35+01:00" level=trace msg="<a href=https://github.com/seankhliao>github</a></footer>" time="2021-12-03T23:53:35+01:00" level=trace msg="--> HEAD https://go.seankhliao.com/v2/testrepo-705/cmd/p/blobs/sha256:e8614d09b7bebabd9d8a450f44e88a8807c98a438a2ddd63146865286b132d1b" time="2021-12-03T23:53:35+01:00" level=trace msg="--> HEAD https://go.seankhliao.com/v2/testrepo-705/cmd/p/blobs/sha256:250c06f7c38e52dc77e5c7586c3e40280dc7ff9bb9007c396e06d96736cf8542" time="2021-12-03T23:53:35+01:00" level=trace msg="--> HEAD https://go.seankhliao.com/v2/testrepo-705/cmd/p/blobs/sha256:95a4399973f5421d9c8c599aabd5c82b3632a75d0aaa5d47604464cac85d177e" time="2021-12-03T23:53:35+01:00" level=trace msg="HEAD /v2/testrepo-705/cmd/p/blobs/sha256:250c06f7c38e52dc77e5c7586c3e40280dc7ff9bb9007c396e06d96736cf8542 HTTP/1.1" time="2021-12-03T23:53:35+01:00" level=trace msg="Host: go.seankhliao.com" time="2021-12-03T23:53:35+01:00" level=trace msg="User-Agent: skaffold/v1.35.0 (linux/amd64) go-containerregistry/v0.6.0" time="2021-12-03T23:53:35+01:00" level=trace time="2021-12-03T23:53:35+01:00" level=trace time="2021-12-03T23:53:35+01:00" level=trace msg="HEAD /v2/testrepo-705/cmd/p/blobs/sha256:e8614d09b7bebabd9d8a450f44e88a8807c98a438a2ddd63146865286b132d1b HTTP/1.1" time="2021-12-03T23:53:35+01:00" level=trace msg="Host: go.seankhliao.com" time="2021-12-03T23:53:35+01:00" level=trace msg="User-Agent: skaffold/v1.35.0 (linux/amd64) go-containerregistry/v0.6.0" time="2021-12-03T23:53:35+01:00" level=trace time="2021-12-03T23:53:35+01:00" level=trace time="2021-12-03T23:53:35+01:00" level=trace msg="HEAD /v2/testrepo-705/cmd/p/blobs/sha256:95a4399973f5421d9c8c599aabd5c82b3632a75d0aaa5d47604464cac85d177e HTTP/1.1" time="2021-12-03T23:53:35+01:00" level=trace msg="Host: go.seankhliao.com" time="2021-12-03T23:53:35+01:00" level=trace msg="User-Agent: skaffold/v1.35.0 (linux/amd64) go-containerregistry/v0.6.0" time="2021-12-03T23:53:35+01:00" level=trace time="2021-12-03T23:53:35+01:00" level=trace time="2021-12-03T23:53:35+01:00" level=trace msg="<-- 200 https://go.seankhliao.com/v2/testrepo-705/cmd/p/blobs/sha256:250c06f7c38e52dc77e5c7586c3e40280dc7ff9bb9007c396e06d96736cf8542 (188.832974ms)" time="2021-12-03T23:53:35+01:00" level=trace msg="HTTP/2.0 200 OK" time="2021-12-03T23:53:35+01:00" level=info msg="existing blob: sha256:250c06f7c38e52dc77e5c7586c3e40280dc7ff9bb9007c396e06d96736cf8542" time="2021-12-03T23:53:35+01:00" level=trace msg="Connection: close" time="2021-12-03T23:53:35+01:00" level=trace msg="Content-Type: text/html; charset=utf-8" time="2021-12-03T23:53:35+01:00" level=trace msg="Date: Fri, 03 Dec 2021 22:53:35 GMT" time="2021-12-03T23:53:35+01:00" level=trace msg="Server: Google Frontend" time="2021-12-03T23:53:35+01:00" level=trace time="2021-12-03T23:53:35+01:00" level=trace time="2021-12-03T23:53:35+01:00" level=trace msg="<-- 200 https://go.seankhliao.com/v2/testrepo-705/cmd/p/blobs/sha256:e8614d09b7bebabd9d8a450f44e88a8807c98a438a2ddd63146865286b132d1b (188.093922ms)" time="2021-12-03T23:53:35+01:00" level=trace msg="HTTP/2.0 200 OK" time="2021-12-03T23:53:35+01:00" level=trace msg="Connection: close" time="2021-12-03T23:53:35+01:00" level=trace msg="Content-Type: text/html; charset=utf-8" time="2021-12-03T23:53:35+01:00" level=trace msg="Date: Fri, 03 Dec 2021 22:53:35 GMT" time="2021-12-03T23:53:35+01:00" level=info msg="existing blob: sha256:e8614d09b7bebabd9d8a450f44e88a8807c98a438a2ddd63146865286b132d1b" time="2021-12-03T23:53:35+01:00" level=trace msg="Server: Google Frontend" time="2021-12-03T23:53:35+01:00" level=trace time="2021-12-03T23:53:35+01:00" level=trace time="2021-12-03T23:53:35+01:00" level=trace msg="<-- 200 https://go.seankhliao.com/v2/testrepo-705/cmd/p/blobs/sha256:95a4399973f5421d9c8c599aabd5c82b3632a75d0aaa5d47604464cac85d177e (187.446376ms)" time="2021-12-03T23:53:35+01:00" level=info msg="existing blob: sha256:95a4399973f5421d9c8c599aabd5c82b3632a75d0aaa5d47604464cac85d177e" time="2021-12-03T23:53:35+01:00" level=trace msg="HTTP/2.0 200 OK" time="2021-12-03T23:53:35+01:00" level=trace msg="Connection: close" time="2021-12-03T23:53:35+01:00" level=trace msg="Content-Type: text/html; charset=utf-8" time="2021-12-03T23:53:35+01:00" level=trace msg="Date: Fri, 03 Dec 2021 22:53:35 GMT" time="2021-12-03T23:53:35+01:00" level=trace msg="Server: Google Frontend" time="2021-12-03T23:53:35+01:00" level=trace time="2021-12-03T23:53:35+01:00" level=trace time="2021-12-03T23:53:35+01:00" level=trace msg="--> HEAD https://go.seankhliao.com/v2/testrepo-705/cmd/p/blobs/sha256:4245ebb96a66e73371078ffa2aa553e23e5a94b7e07edacf17fcf1e7236e00f6" time="2021-12-03T23:53:35+01:00" level=trace msg="HEAD /v2/testrepo-705/cmd/p/blobs/sha256:4245ebb96a66e73371078ffa2aa553e23e5a94b7e07edacf17fcf1e7236e00f6 HTTP/1.1" time="2021-12-03T23:53:35+01:00" level=trace msg="Host: go.seankhliao.com" time="2021-12-03T23:53:35+01:00" level=trace msg="User-Agent: skaffold/v1.35.0 (linux/amd64) go-containerregistry/v0.6.0" time="2021-12-03T23:53:35+01:00" level=trace time="2021-12-03T23:53:35+01:00" level=trace time="2021-12-03T23:53:35+01:00" level=trace msg="<-- 200 https://go.seankhliao.com/v2/testrepo-705/cmd/p/blobs/sha256:4245ebb96a66e73371078ffa2aa553e23e5a94b7e07edacf17fcf1e7236e00f6 (218.781962ms)" time="2021-12-03T23:53:35+01:00" level=trace msg="HTTP/2.0 200 OK" time="2021-12-03T23:53:35+01:00" level=trace msg="Connection: close" time="2021-12-03T23:53:35+01:00" level=trace msg="Content-Type: text/html; charset=utf-8" time="2021-12-03T23:53:35+01:00" level=trace msg="Date: Fri, 03 Dec 2021 22:53:35 GMT" time="2021-12-03T23:53:35+01:00" level=trace msg="Server: Google Frontend" time="2021-12-03T23:53:35+01:00" level=trace time="2021-12-03T23:53:35+01:00" level=trace time="2021-12-03T23:53:35+01:00" level=info msg="existing blob: sha256:4245ebb96a66e73371078ffa2aa553e23e5a94b7e07edacf17fcf1e7236e00f6" time="2021-12-03T23:53:35+01:00" level=trace msg="--> PUT https://go.seankhliao.com/v2/testrepo-705/cmd/p/manifests/latest" time="2021-12-03T23:53:35+01:00" level=trace msg="PUT /v2/testrepo-705/cmd/p/manifests/latest HTTP/1.1" time="2021-12-03T23:53:35+01:00" level=trace msg="Host: go.seankhliao.com" time="2021-12-03T23:53:35+01:00" level=trace msg="User-Agent: skaffold/v1.35.0 (linux/amd64) go-containerregistry/v0.6.0" time="2021-12-03T23:53:35+01:00" level=trace msg="Content-Length: 952" time="2021-12-03T23:53:35+01:00" level=trace msg="Content-Type: application/vnd.docker.distribution.manifest.v2+json" time="2021-12-03T23:53:35+01:00" level=trace msg="Accept-Encoding: gzip" time="2021-12-03T23:53:35+01:00" level=trace time="2021-12-03T23:53:35+01:00" level=trace msg="{\"schemaVersion\":2,\"mediaType\":\"application/vnd.docker.distribution.manifest.v2+json\",\"config\":{\"mediaType\":\"application/vnd.docker.container.image.v1+json\",\"size\":1021,\"digest\":\"sha256:4245ebb96a66e73371078ffa2aa553e23e5a94b7e07edacf17fcf1e7236e00f6\"},\"layers\":[{\"mediaType\":\"application/vnd.docker.image.rootfs.diff.tar.gzip\",\"size\":803814,\"digest\":\"sha256:e8614d09b7bebabd9d8a450f44e88a8807c98a438a2ddd63146865286b132d1b\"},{\"mediaType\":\"application/vnd.docker.image.rootfs.diff.tar.gzip\",\"size\":127,\"digest\":\"sha256:250c06f7c38e52dc77e5c7586c3e40280dc7ff9bb9007c396e06d96736cf8542\"},{\"mediaType\":\"application/vnd.docker.image.rootfs.diff.tar.gzip\",\"size\":2106493,\"digest\":\"sha256:95a4399973f5421d9c8c599aabd5c82b3632a75d0aaa5d47604464cac85d177e\"}],\"annotations\":{\"org.opencontainers.image.base.digest\":\"sha256:213a6d5205aa1421bd128b0396232a22fbb4eec4cbe510118f665398248f6d9a\",\"org.opencontainers.image.base.name\":\"gcr.io/distroless/static:nonroot\"}}" time="2021-12-03T23:53:35+01:00" level=trace msg="<-- 200 https://go.seankhliao.com/v2/testrepo-705/cmd/p/manifests/latest (122.759626ms)" time="2021-12-03T23:53:35+01:00" level=trace msg="HTTP/2.0 200 OK" time="2021-12-03T23:53:35+01:00" level=trace msg="Connection: close" time="2021-12-03T23:53:35+01:00" level=trace msg="Content-Type: text/html; charset=utf-8" time="2021-12-03T23:53:35+01:00" level=trace msg="Date: Fri, 03 Dec 2021 22:53:35 GMT" time="2021-12-03T23:53:35+01:00" level=trace msg="Server: Google Frontend" time="2021-12-03T23:53:35+01:00" level=trace time="2021-12-03T23:53:35+01:00" level=trace msg="<!doctype html><html lang=en><meta charset=utf-8><meta name=viewport content=\"width=device-width,minimum-scale=1,initial-scale=1\"><title>go.seankhliao.com/v2</title><meta name=go-import content=\"go.seankhliao.com/v2 git https://github.com/seankhliao/v2\"><meta name=go-source content=\"go.seankhliao.com/v2" time="2021-12-03T23:53:35+01:00" level=trace msg=" https://github.com/seankhliao/v2" time="2021-12-03T23:53:35+01:00" level=trace msg=" https://github.com/seankhliao/v2/tree/master{/dir}" time="2021-12-03T23:53:35+01:00" level=trace msg=" https://github.com/seankhliao/v2/blob/master{/dir}/{file}#L{line}\"><meta http-equiv=refresh content=\"5;url=https://pkg.go.dev/go.seankhliao.com/v2\"><link rel=canonical href=https://go.seankhliao.com/v2><link rel=manifest href=/manifest.json><meta name=theme-color content=\"#000000\"><meta name=description content=\"module go.seankhliao.com/v2\"><link rel=icon href=https://seankhliao.com/favicon.ico><link rel=icon href=https://seankhliao.com/static/icon.svg type=image/svg+xml sizes=any><link rel=apple-touch-icon href=https://seankhliao.com/static/icon-192.png><style>*{box-sizing:border-box}:root{background:#000;color:#eceff1;font:18px inconsolata,monospace}@font-face{font-family:inconsolata;font-style:normal;font-weight:400;font-display:swap;src:local(\"Inconsolata\"),local(\"Inconsolata-Regular\"),url(https://seankhliao.com/static/inconsolata-var.woff2)format(\"woff2-variations\"),url(https://seankhliao.com/static/inconsolata-400.woff2)format(\"woff2\")}@font-face{font-family:inconsolata;font-style:normal;font-weight:700;font-display:swap;src:local(\"Inconsolata Bold\"),local(\"Inconsolata-Bold\"),url(https://seankhliao.com/static/inconsolata-var.woff2)format(\"woff2-variations\"),url(https://seankhliao.com/static/inconsolata-700.woff2)format(\"woff2\")}@font-face{font-family:lora;font-style:normal;font-weight:400;font-display:swap;src:local(\"Lora\"),local(\"Lora-Regular\"),url(https://seankhliao.com/static/lora-var.woff2)format(\"woff2-variations\"),url(https://seankhliao.com/static/lora-400.woff2)format(\"woff2\")}@font-face{font-family:lora;font-style:normal;font-weight:700;font-display:swap;src:local(\"Lora Bold\"),local(\"Lora-Bold\"),url(https://seankhliao.com/static/lora-var.woff2)format(\"woff2-variations\"),url(https://seankhliao.com/static/lora-700.woff2)format(\"woff2\")}body{grid:3.5vh 3.5vh/1fr repeat(3,minmax(90px,280px))1fr;display:grid;gap:0 1em;margin:0;padding:1vmin;background:#000;color:#eceff1;font:18px inconsolata,monospace}body>*{grid-column:2/span 3}h1{font-size:3vmin;grid-area:1/4/span 1/span 1;margin:0;place-self:end}h2{color:#999;font-size:2.5vmin;grid-area:2/4/span 1/span 1;place-self:start end;text-align:right}hgroup{font:700 2.5vmin lora,serif;grid-area:1/2/span 2/span 1;margin:0;place-self:end start}hgroup a{display:grid;grid:repeat(2,3vmin)/repeat(8,4vmin);place-content:center center}hgroup *:nth-child(n+5){grid-row:2/span 1}footer,iframe,pre,table,picture{grid-column:1/span 5;margin:.25em -1vmin 2em}picture img{width:100%;margin:auto}h3,h4,picture{margin:1em 0 .25em}h5,h6{margin:1.5em 0 .25em}h3{font-size:2.441em}h4{font-size:1.953em}h5{font-size:1.563em}h6{font-size:1.25em}p{line-height:1.5;margin:0 0 1em}footer{margin:10vh auto 3vh}a,a:visited{color:inherit;font-weight:700;text-decoration:underline 1px #707070}a:hover{color:#a06be0;transition:color .16s;text-decoration:underline 1px #a06be0}h1 a,h1 a:hover,h1 a:visited,hgroup a,hgroup a:hover,hgroup a:visited{color:inherit;text-decoration:none}ul{list-style:none;margin:0}ul>*{margin:.5em;line-height:1.5em}ul>li:before{content:\"»\";margin:0 1ch 0 -3ch;position:absolute}ol>*{line-height:1.75em}blockquote{margin:1em;padding:.25em 1em;border-left:1ch solid #999}code{background:#303030;font:1em inconsolata,monospace;padding:.1em}pre{background:#303030;overflow-x:scroll;padding:1em}pre::-webkit-scrollbar{display:none}pre code{padding:0}iframe{margin:auto}em{color:#a06be0;background-color:unset;font-style:normal;font-weight:700}time{color:#999}table{border-collapse:collapse;border-style:hidden}th,td{padding:.4em;text-align:left}th{font-weight:700;border-bottom:.2em solid #999}tr:nth-child(5n) td{border-bottom:.1em solid #999}tbody tr:hover{background:#404040}body>*:last-child::after{margin:0 .5em;content:\"■\";color:#a06be0}noscript iframe{height:0;width:0;display:none;visibility:hidden}</style><h1>go.seankhliao.com/v2</h1><h2>module go.seankhliao.com/v2</h2><hgroup><a href=\"https://seankhliao.com/?utm_medium=sites&utm_source=https://go.seankhliao.com/v2\"><span>S</span><span>E</span><span>A</span><span>N</span>" time="2021-12-03T23:53:35+01:00" level=trace msg="<em>K</em><em>.</em><em>H</em><em>.</em>" time="2021-12-03T23:53:35+01:00" level=info msg="go.seankhliao.com/testrepo-705/cmd/p:latest: digest: sha256:4977ac2843ad12803c8d6367297c882dc59a14f38e308a02937968acc36d7047 size: 952" time="2021-12-03T23:53:35+01:00" level=trace msg="<span>L</span><span>I</span><span>A</span><span>O</span></a></hgroup><h3 id=-goseankhliaocom---v2><em>go.seankhliao.com</em> / v2</h3><p><em>source:</em> <a href=https://github.com/seankhliao.com/v2>github</a><p><em>docs:</em> <a href=https://pkg.go.dev/go.seankhliao.com/v2>pkg.go.dev</a><footer><a href=\"https://seankhliao.com/?utm_medium=sites&utm_source=https://go.seankhliao.com/v2\">home</a>" time="2021-12-03T23:53:35+01:00" level=trace msg="|" time="2021-12-03T23:53:35+01:00" level=trace msg="<a href=\"https://seankhliao.com/blog/?utm_medium=sites&utm_source=https://go.seankhliao.com/v2\">blog</a>" go.seankhliao.com/testrepo-705/cmd/p@sha256:4977ac2843ad12803c8d6367297c882dc59a14f38e308a02937968acc36d7047 time="2021-12-03T23:53:35+01:00" level=trace msg="|" time="2021-12-03T23:53:35+01:00" level=info msg="Published go.seankhliao.com/testrepo-705/cmd/p@sha256:4977ac2843ad12803c8d6367297c882dc59a14f38e308a02937968acc36d7047" time="2021-12-03T23:53:35+01:00" level=trace msg="<a href=https://github.com/seankhliao>github</a></footer>" time="2021-12-03T23:53:35+01:00" level=info msg="Build completed in 3.922 seconds" subtask=-1 task=Build time="2021-12-03T23:53:35+01:00" level=debug msg="push value not present in isImageLocal(), defaulting to true because cluster.PushImages is true" subtask=-1 task=DevLoop time="2021-12-03T23:53:35+01:00" level=debug msg="exporting metrics" subtask=-1 task=DevLoop </pre> </details>
2.0
ko builder doesn't error when no default repo is set - ### Expected behavior skaffold returns an error when it can't infer a proper registry / image name ### Actual behavior skaffold hangs/eventually times out trying to contact an unresolvable host ### Information - Skaffold version: v1.35.0 - Operating system: `Linux eevee 5.15.5-arch1-1 #1 SMP PREEMPT Thu, 25 Nov 2021 22:09:33 +0000 x86_64 GNU/Linux` - Installed via: Arch Linux community repo - Contents of skaffold.yaml: ```yaml apiVersion: skaffold/v2beta26 kind: Config metadata: name: authd build: artifacts: - image: ko://go.seankhliao.com/testrepo-705/cmd/p ko: flags: - -trimpath ldflags: - -s - -w local: concurrency: 0 tagPolicy: sha256: {} deploy: kubectl: manifests: - deploy/* ``` ### Steps to reproduce the behavior 1. unset default repo 2. `git clone https://github.com/seankhliao/testrepo-705 && cd testrepo-705` 3. `skaffold build` this succeeds, but with a wrong image name and doesn't seem to output the image anywhere useful 4. `skaffold build` second time, this hangs, maybe trying to lookup the previously built version? It would also be nice to be able to specify the default repo in skaffold.yaml instead of global config <details> <summary>trace logs from build 1</summary> <pre> time="2021-12-03T23:50:36+01:00" level=debug msg="skaffold API not starting as it's not requested" subtask=-1 task=DevLoop time="2021-12-03T23:50:36+01:00" level=info msg="Skaffold &{Version:v1.35.0 ConfigVersion:skaffold/v2beta26 GitVersion: GitCommit: BuildDate:2021-11-17T21:51:04Z GoVersion:go1.17.3 Compiler:gc Platform:linux/amd64 User:}" subtask=-1 task=DevLoop time="2021-12-03T23:50:36+01:00" level=info msg="Loaded Skaffold defaults from \"/tmp/skaffold\"" subtask=-1 task=DevLoop time="2021-12-03T23:50:36+01:00" level=debug msg="parsed 1 configs from configuration file /home/arccy/tmp/testrepo-705/skaffold.yaml" subtask=-1 task=DevLoop time="2021-12-03T23:50:36+01:00" level=trace msg="validating yamltags of struct SkaffoldConfig" subtask=-1 task=DevLoop time="2021-12-03T23:50:36+01:00" level=trace msg="validating yamltags of struct Metadata" subtask=-1 task=DevLoop time="2021-12-03T23:50:36+01:00" level=trace msg="validating yamltags of struct Pipeline" subtask=-1 task=DevLoop time="2021-12-03T23:50:36+01:00" level=trace msg="validating yamltags of struct BuildConfig" subtask=-1 task=DevLoop time="2021-12-03T23:50:36+01:00" level=trace msg="validating yamltags of struct Artifact" subtask=-1 task=DevLoop time="2021-12-03T23:50:36+01:00" level=trace msg="validating yamltags of struct ArtifactType" subtask=-1 task=DevLoop time="2021-12-03T23:50:36+01:00" level=trace msg="validating yamltags of struct KoArtifact" subtask=-1 task=DevLoop time="2021-12-03T23:50:36+01:00" level=trace msg="validating yamltags of struct BuildHooks" subtask=-1 task=DevLoop time="2021-12-03T23:50:36+01:00" level=trace msg="validating yamltags of struct TagPolicy" subtask=-1 task=DevLoop time="2021-12-03T23:50:36+01:00" level=trace msg="validating yamltags of struct ShaTagger" subtask=-1 task=DevLoop time="2021-12-03T23:50:36+01:00" level=trace msg="validating yamltags of struct BuildType" subtask=-1 task=DevLoop time="2021-12-03T23:50:36+01:00" level=trace msg="validating yamltags of struct LocalBuild" subtask=-1 task=DevLoop time="2021-12-03T23:50:36+01:00" level=trace msg="validating yamltags of struct DeployConfig" subtask=-1 task=DevLoop time="2021-12-03T23:50:36+01:00" level=trace msg="validating yamltags of struct DeployType" subtask=-1 task=DevLoop time="2021-12-03T23:50:36+01:00" level=trace msg="validating yamltags of struct KubectlDeploy" subtask=-1 task=DevLoop time="2021-12-03T23:50:36+01:00" level=trace msg="validating yamltags of struct KubectlFlags" subtask=-1 task=DevLoop time="2021-12-03T23:50:36+01:00" level=trace msg="validating yamltags of struct DeployHooks" subtask=-1 task=DevLoop time="2021-12-03T23:50:36+01:00" level=trace msg="validating yamltags of struct LogsConfig" subtask=-1 task=DevLoop time="2021-12-03T23:50:36+01:00" level=info msg="Using kubectl context: default" subtask=-1 task=DevLoop time="2021-12-03T23:50:36+01:00" level=debug msg="Running command: [minikube version --output=json]" subtask=-1 task=DevLoop time="2021-12-03T23:50:36+01:00" level=trace msg="Minikube cluster not detected: starting command minikube version --output=json: exec: \"minikube\": executable file not found in $PATH" subtask=-1 task=DevLoop time="2021-12-03T23:50:36+01:00" level=trace msg="Minikube cluster not detected: starting command minikube version --output=json: exec: \"minikube\": executable file not found in $PATH" subtask=-1 task=DevLoop time="2021-12-03T23:50:36+01:00" level=debug msg="setting Docker user agent to skaffold-v1.35.0" subtask=-1 task=DevLoop time="2021-12-03T23:50:36+01:00" level=debug msg="Using builder: local" subtask=-1 task=DevLoop time="2021-12-03T23:50:36+01:00" level=debug msg="push value not present in NewBuilder, defaulting to true because cluster.PushImages is true" subtask=-1 task=DevLoop time="2021-12-03T23:50:36+01:00" level=info msg="build concurrency first set to 0 parsed from *local.Builder[0]" subtask=-1 task=DevLoop time="2021-12-03T23:50:36+01:00" level=info msg="final build concurrency value is 0" subtask=-1 task=DevLoop Generating tags... - ko://go.seankhliao.com/testrepo-705/cmd/p -> ko://go.seankhliao.com/testrepo-705/cmd/p:latest time="2021-12-03T23:50:36+01:00" level=info msg="Tags generated in 132.304µs" subtask=-1 task=Build Checking cache... time="2021-12-03T23:50:36+01:00" level=debug msg="Could not import artifact from Docker, building instead (import of missing images disabled)" subtask=-1 task=Build - ko://go.seankhliao.com/testrepo-705/cmd/p: Not found. Building time="2021-12-03T23:50:36+01:00" level=info msg="Cache check completed in 1.962325ms" subtask=-1 task=Build Starting build... Building [ko://go.seankhliao.com/testrepo-705/cmd/p]... time="2021-12-03T23:50:36+01:00" level=info msg="No matching credentials were found, falling back on anonymous" time="2021-12-03T23:50:36+01:00" level=info msg="Using base gcr.io/distroless/static:nonroot for go.seankhliao.com/testrepo-705/cmd/p" time="2021-12-03T23:50:36+01:00" level=trace msg="latest skaffold version: v1.35.0" subtask=-1 task=DevLoop time="2021-12-03T23:50:36+01:00" level=trace msg="--> GET https://gcr.io/v2/" time="2021-12-03T23:50:36+01:00" level=trace msg="GET /v2/ HTTP/1.1" time="2021-12-03T23:50:36+01:00" level=trace msg="Host: gcr.io" time="2021-12-03T23:50:36+01:00" level=trace msg="User-Agent: skaffold/v1.35.0 (linux/amd64) go-containerregistry/v0.6.0" time="2021-12-03T23:50:36+01:00" level=trace msg="Accept-Encoding: gzip" time="2021-12-03T23:50:36+01:00" level=trace time="2021-12-03T23:50:36+01:00" level=trace time="2021-12-03T23:50:37+01:00" level=trace msg="<-- 401 https://gcr.io/v2/ (341.876107ms)" time="2021-12-03T23:50:37+01:00" level=trace msg="HTTP/2.0 401 Unauthorized" time="2021-12-03T23:50:37+01:00" level=trace msg="Alt-Svc: h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000,h3-Q050=\":443\"; ma=2592000,h3-Q046=\":443\"; ma=2592000,h3-Q043=\":443\"; ma=2592000,quic=\":443\"; ma=2592000; v=\"46,43\"" time="2021-12-03T23:50:37+01:00" level=trace msg="Cache-Control: private" time="2021-12-03T23:50:37+01:00" level=trace msg="Content-Type: application/json" time="2021-12-03T23:50:37+01:00" level=trace msg="Date: Fri, 03 Dec 2021 22:50:37 GMT" time="2021-12-03T23:50:37+01:00" level=trace msg="Docker-Distribution-Api-Version: registry/2.0" time="2021-12-03T23:50:37+01:00" level=trace msg="Server: Docker Registry" time="2021-12-03T23:50:37+01:00" level=trace msg="Www-Authenticate: Bearer realm=\"https://gcr.io/v2/token\",service=\"gcr.io\"" time="2021-12-03T23:50:37+01:00" level=trace msg="X-Frame-Options: SAMEORIGIN" time="2021-12-03T23:50:37+01:00" level=trace msg="X-Xss-Protection: 0" time="2021-12-03T23:50:37+01:00" level=trace time="2021-12-03T23:50:37+01:00" level=trace msg="{\"errors\":[{\"code\":\"UNAUTHORIZED\",\"message\":\"Unauthorized access.\"}]}" time="2021-12-03T23:50:37+01:00" level=trace msg="--> GET https://gcr.io/v2/token?scope=repository%3Adistroless%2Fstatic%3Apull&service=gcr.io [body redacted: basic token response contains credentials]" time="2021-12-03T23:50:37+01:00" level=trace msg="GET /v2/token?scope=repository%3Adistroless%2Fstatic%3Apull&service=gcr.io HTTP/1.1" time="2021-12-03T23:50:37+01:00" level=trace msg="Host: gcr.io" time="2021-12-03T23:50:37+01:00" level=trace msg="User-Agent: skaffold/v1.35.0 (linux/amd64) go-containerregistry/v0.6.0" time="2021-12-03T23:50:37+01:00" level=trace msg="Authorization: <redacted>" time="2021-12-03T23:50:37+01:00" level=trace msg="Accept-Encoding: gzip" time="2021-12-03T23:50:37+01:00" level=trace time="2021-12-03T23:50:37+01:00" level=trace time="2021-12-03T23:50:37+01:00" level=trace msg="<-- 200 https://gcr.io/v2/token?scope=repository%3Adistroless%2Fstatic%3Apull&service=gcr.io (49.241009ms) [body redacted: basic token response contains credentials]" time="2021-12-03T23:50:37+01:00" level=trace msg="HTTP/2.0 200 OK" time="2021-12-03T23:50:37+01:00" level=trace msg="Alt-Svc: h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000,h3-Q050=\":443\"; ma=2592000,h3-Q046=\":443\"; ma=2592000,h3-Q043=\":443\"; ma=2592000,quic=\":443\"; ma=2592000; v=\"46,43\"" time="2021-12-03T23:50:37+01:00" level=trace msg="Cache-Control: private" time="2021-12-03T23:50:37+01:00" level=trace msg="Content-Type: application/json" time="2021-12-03T23:50:37+01:00" level=trace msg="Date: Fri, 03 Dec 2021 22:50:37 GMT" time="2021-12-03T23:50:37+01:00" level=trace msg="Docker-Distribution-Api-Version: registry/2.0" time="2021-12-03T23:50:37+01:00" level=trace msg="Server: Docker Registry" time="2021-12-03T23:50:37+01:00" level=trace msg="X-Frame-Options: SAMEORIGIN" time="2021-12-03T23:50:37+01:00" level=trace msg="X-Xss-Protection: 0" time="2021-12-03T23:50:37+01:00" level=trace time="2021-12-03T23:50:37+01:00" level=trace time="2021-12-03T23:50:37+01:00" level=trace msg="--> GET https://gcr.io/v2/distroless/static/manifests/nonroot" time="2021-12-03T23:50:37+01:00" level=trace msg="GET /v2/distroless/static/manifests/nonroot HTTP/1.1" time="2021-12-03T23:50:37+01:00" level=trace msg="Host: gcr.io" time="2021-12-03T23:50:37+01:00" level=trace msg="User-Agent: skaffold/v1.35.0 (linux/amd64) go-containerregistry/v0.6.0" time="2021-12-03T23:50:37+01:00" level=trace msg="Accept: application/vnd.docker.distribution.manifest.v1+json,application/vnd.docker.distribution.manifest.v1+prettyjws,application/vnd.docker.distribution.manifest.v2+json,application/vnd.oci.image.manifest.v1+json,application/vnd.docker.distribution.manifest.list.v2+json,application/vnd.oci.image.index.v1+json" time="2021-12-03T23:50:37+01:00" level=trace msg="Authorization: <redacted>" time="2021-12-03T23:50:37+01:00" level=trace msg="Accept-Encoding: gzip" time="2021-12-03T23:50:37+01:00" level=trace time="2021-12-03T23:50:37+01:00" level=trace time="2021-12-03T23:50:37+01:00" level=trace msg="<-- 200 https://gcr.io/v2/distroless/static/manifests/nonroot (371.681044ms)" time="2021-12-03T23:50:37+01:00" level=trace msg="HTTP/2.0 200 OK" time="2021-12-03T23:50:37+01:00" level=trace msg="Content-Length: 1665" time="2021-12-03T23:50:37+01:00" level=trace msg="Alt-Svc: h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000,h3-Q050=\":443\"; ma=2592000,h3-Q046=\":443\"; ma=2592000,h3-Q043=\":443\"; ma=2592000,quic=\":443\"; ma=2592000; v=\"46,43\"" time="2021-12-03T23:50:37+01:00" level=trace msg="Content-Type: application/vnd.docker.distribution.manifest.list.v2+json" time="2021-12-03T23:50:37+01:00" level=trace msg="Date: Fri, 03 Dec 2021 22:50:37 GMT" time="2021-12-03T23:50:37+01:00" level=trace msg="Docker-Content-Digest: sha256:bca3c203cdb36f5914ab8568e4c25165643ea9b711b41a8a58b42c80a51ed609" time="2021-12-03T23:50:37+01:00" level=trace msg="Docker-Distribution-Api-Version: registry/2.0" time="2021-12-03T23:50:37+01:00" level=trace msg="Server: Docker Registry" time="2021-12-03T23:50:37+01:00" level=trace msg="X-Frame-Options: SAMEORIGIN" time="2021-12-03T23:50:37+01:00" level=trace msg="X-Xss-Protection: 0" time="2021-12-03T23:50:37+01:00" level=trace time="2021-12-03T23:50:37+01:00" level=trace msg="{" time="2021-12-03T23:50:37+01:00" level=trace msg=" \"schemaVersion\": 2," time="2021-12-03T23:50:37+01:00" level=trace msg=" \"mediaType\": \"application/vnd.docker.distribution.manifest.list.v2+json\"," time="2021-12-03T23:50:37+01:00" level=trace msg=" \"manifests\": [" time="2021-12-03T23:50:37+01:00" level=trace msg=" {" time="2021-12-03T23:50:37+01:00" level=trace msg=" \"mediaType\": \"application/vnd.docker.distribution.manifest.v2+json\"," time="2021-12-03T23:50:37+01:00" level=trace msg=" \"size\": 426," time="2021-12-03T23:50:37+01:00" level=trace msg=" \"digest\": \"sha256:213a6d5205aa1421bd128b0396232a22fbb4eec4cbe510118f665398248f6d9a\"," time="2021-12-03T23:50:37+01:00" level=trace msg=" \"platform\": {" time="2021-12-03T23:50:37+01:00" level=trace msg=" \"architecture\": \"amd64\"," time="2021-12-03T23:50:37+01:00" level=trace msg=" \"os\": \"linux\"" time="2021-12-03T23:50:37+01:00" level=trace msg=" }" time="2021-12-03T23:50:37+01:00" level=trace msg=" }," time="2021-12-03T23:50:37+01:00" level=trace msg=" {" time="2021-12-03T23:50:37+01:00" level=trace msg=" \"mediaType\": \"application/vnd.docker.distribution.manifest.v2+json\"," time="2021-12-03T23:50:37+01:00" level=trace msg=" \"size\": 426," time="2021-12-03T23:50:37+01:00" level=trace msg=" \"digest\": \"sha256:2d23bc526cd252251419bc00ccd28055911e8530d611c530294ea43b389d9e04\"," time="2021-12-03T23:50:37+01:00" level=trace msg=" \"platform\": {" time="2021-12-03T23:50:37+01:00" level=trace msg=" \"architecture\": \"arm\"," time="2021-12-03T23:50:37+01:00" level=trace msg=" \"os\": \"linux\"" time="2021-12-03T23:50:37+01:00" level=trace msg=" }" time="2021-12-03T23:50:37+01:00" level=trace msg=" }," time="2021-12-03T23:50:37+01:00" level=trace msg=" {" time="2021-12-03T23:50:37+01:00" level=trace msg=" \"mediaType\": \"application/vnd.docker.distribution.manifest.v2+json\"," time="2021-12-03T23:50:37+01:00" level=trace msg=" \"size\": 426," time="2021-12-03T23:50:37+01:00" level=trace msg=" \"digest\": \"sha256:e99b908ae19fe58f41b3b71cdc6214b85b51421d1ef4ddae8945b6aa9e80e5da\"," time="2021-12-03T23:50:37+01:00" level=trace msg=" \"platform\": {" time="2021-12-03T23:50:37+01:00" level=trace msg=" \"architecture\": \"arm64\"," time="2021-12-03T23:50:37+01:00" level=trace msg=" \"os\": \"linux\"" time="2021-12-03T23:50:37+01:00" level=trace msg=" }" time="2021-12-03T23:50:37+01:00" level=trace msg=" }," time="2021-12-03T23:50:37+01:00" level=trace msg=" {" time="2021-12-03T23:50:37+01:00" level=trace msg=" \"mediaType\": \"application/vnd.docker.distribution.manifest.v2+json\"," time="2021-12-03T23:50:37+01:00" level=trace msg=" \"size\": 426," time="2021-12-03T23:50:37+01:00" level=trace msg=" \"digest\": \"sha256:8da81afc594a977e8da23760a1a01c4876808aaff6bc268582cb508db63391a5\"," time="2021-12-03T23:50:37+01:00" level=trace msg=" \"platform\": {" time="2021-12-03T23:50:37+01:00" level=trace msg=" \"architecture\": \"ppc64le\"," time="2021-12-03T23:50:37+01:00" level=trace msg=" \"os\": \"linux\"" time="2021-12-03T23:50:37+01:00" level=trace msg=" }" time="2021-12-03T23:50:37+01:00" level=trace msg=" }," time="2021-12-03T23:50:37+01:00" level=trace msg=" {" time="2021-12-03T23:50:37+01:00" level=trace msg=" \"mediaType\": \"application/vnd.docker.distribution.manifest.v2+json\"," time="2021-12-03T23:50:37+01:00" level=trace msg=" \"size\": 426," time="2021-12-03T23:50:37+01:00" level=trace msg=" \"digest\": \"sha256:84bdaeae0c95e18c53a38baebe5b678719907148900582ebd30fb14749dda731\"," time="2021-12-03T23:50:37+01:00" level=trace msg=" \"platform\": {" time="2021-12-03T23:50:37+01:00" level=trace msg=" \"architecture\": \"s390x\"," time="2021-12-03T23:50:37+01:00" level=trace msg=" \"os\": \"linux\"" time="2021-12-03T23:50:37+01:00" level=trace msg=" }" time="2021-12-03T23:50:37+01:00" level=trace msg=" }" time="2021-12-03T23:50:37+01:00" level=trace msg=" ]" time="2021-12-03T23:50:37+01:00" level=trace msg="}" time="2021-12-03T23:50:37+01:00" level=trace msg="--> GET https://gcr.io/v2/distroless/static/manifests/sha256:213a6d5205aa1421bd128b0396232a22fbb4eec4cbe510118f665398248f6d9a" time="2021-12-03T23:50:37+01:00" level=trace msg="GET /v2/distroless/static/manifests/sha256:213a6d5205aa1421bd128b0396232a22fbb4eec4cbe510118f665398248f6d9a HTTP/1.1" time="2021-12-03T23:50:37+01:00" level=trace msg="Host: gcr.io" time="2021-12-03T23:50:37+01:00" level=trace msg="User-Agent: skaffold/v1.35.0 (linux/amd64) go-containerregistry/v0.6.0" time="2021-12-03T23:50:37+01:00" level=trace msg="Accept: application/vnd.docker.distribution.manifest.v2+json" time="2021-12-03T23:50:37+01:00" level=trace msg="Authorization: <redacted>" time="2021-12-03T23:50:37+01:00" level=trace msg="Accept-Encoding: gzip" time="2021-12-03T23:50:37+01:00" level=trace time="2021-12-03T23:50:37+01:00" level=trace time="2021-12-03T23:50:37+01:00" level=trace msg="<-- 200 https://gcr.io/v2/distroless/static/manifests/sha256:213a6d5205aa1421bd128b0396232a22fbb4eec4cbe510118f665398248f6d9a (446.725877ms)" time="2021-12-03T23:50:37+01:00" level=trace msg="HTTP/2.0 200 OK" time="2021-12-03T23:50:37+01:00" level=trace msg="Content-Length: 426" time="2021-12-03T23:50:37+01:00" level=trace msg="Alt-Svc: h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000,h3-Q050=\":443\"; ma=2592000,h3-Q046=\":443\"; ma=2592000,h3-Q043=\":443\"; ma=2592000,quic=\":443\"; ma=2592000; v=\"46,43\"" time="2021-12-03T23:50:37+01:00" level=trace msg="Content-Type: application/vnd.docker.distribution.manifest.v2+json" time="2021-12-03T23:50:37+01:00" level=trace msg="Date: Fri, 03 Dec 2021 22:50:37 GMT" time="2021-12-03T23:50:37+01:00" level=trace msg="Docker-Content-Digest: sha256:213a6d5205aa1421bd128b0396232a22fbb4eec4cbe510118f665398248f6d9a" time="2021-12-03T23:50:37+01:00" level=trace msg="Docker-Distribution-Api-Version: registry/2.0" time="2021-12-03T23:50:37+01:00" level=trace msg="Server: Docker Registry" time="2021-12-03T23:50:37+01:00" level=trace msg="X-Frame-Options: SAMEORIGIN" time="2021-12-03T23:50:37+01:00" level=trace msg="X-Xss-Protection: 0" time="2021-12-03T23:50:37+01:00" level=trace time="2021-12-03T23:50:37+01:00" level=trace msg="{\"schemaVersion\":2,\"mediaType\":\"application/vnd.docker.distribution.manifest.v2+json\",\"config\":{\"mediaType\":\"application/vnd.docker.container.image.v1+json\",\"size\":478,\"digest\":\"sha256:bff4de2cb7e1dd0ed9797c6e33688f32f2ff0293ecee6fa069051081710bb61b\"},\"layers\":[{\"mediaType\":\"application/vnd.docker.image.rootfs.diff.tar.gzip\",\"size\":803814,\"digest\":\"sha256:e8614d09b7bebabd9d8a450f44e88a8807c98a438a2ddd63146865286b132d1b\"}]}" time="2021-12-03T23:50:37+01:00" level=trace msg="--> GET https://gcr.io/v2/distroless/static/blobs/sha256:bff4de2cb7e1dd0ed9797c6e33688f32f2ff0293ecee6fa069051081710bb61b" time="2021-12-03T23:50:37+01:00" level=trace msg="GET /v2/distroless/static/blobs/sha256:bff4de2cb7e1dd0ed9797c6e33688f32f2ff0293ecee6fa069051081710bb61b HTTP/1.1" time="2021-12-03T23:50:37+01:00" level=trace msg="Host: gcr.io" time="2021-12-03T23:50:37+01:00" level=trace msg="User-Agent: skaffold/v1.35.0 (linux/amd64) go-containerregistry/v0.6.0" time="2021-12-03T23:50:37+01:00" level=trace msg="Authorization: <redacted>" time="2021-12-03T23:50:37+01:00" level=trace msg="Accept-Encoding: gzip" time="2021-12-03T23:50:37+01:00" level=trace time="2021-12-03T23:50:37+01:00" level=trace time="2021-12-03T23:50:37+01:00" level=trace msg="<-- 302 https://gcr.io/v2/distroless/static/blobs/sha256:bff4de2cb7e1dd0ed9797c6e33688f32f2ff0293ecee6fa069051081710bb61b (17.420206ms)" time="2021-12-03T23:50:37+01:00" level=trace msg="HTTP/2.0 302 Found" time="2021-12-03T23:50:37+01:00" level=trace msg="Alt-Svc: h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000,h3-Q050=\":443\"; ma=2592000,h3-Q046=\":443\"; ma=2592000,h3-Q043=\":443\"; ma=2592000,quic=\":443\"; ma=2592000; v=\"46,43\"" time="2021-12-03T23:50:37+01:00" level=trace msg="Cache-Control: private" time="2021-12-03T23:50:37+01:00" level=trace msg="Content-Type: application/json" time="2021-12-03T23:50:37+01:00" level=trace msg="Date: Fri, 03 Dec 2021 22:50:37 GMT" time="2021-12-03T23:50:37+01:00" level=trace msg="Docker-Distribution-Api-Version: registry/2.0" time="2021-12-03T23:50:37+01:00" level=trace msg="Location: https://storage.googleapis.com/artifacts.distroless.appspot.com/containers/images/sha256:bff4de2cb7e1dd0ed9797c6e33688f32f2ff0293ecee6fa069051081710bb61b?access_token=ya29.a0ARrdaM9lSDmTmcDL5Fishtbbtue-DAb3kyIwCFcdlkiuuiUXKyUWHOaQOYW7OsRo5cwir_0bCACtSRRvbQIFlGPNwIVnmu_zj3Bja48VDMTMyLqZAR-XfMwcKha0ymC4iBsU-AbKpzw55nH8ukV1OmaLDIeydkk" time="2021-12-03T23:50:37+01:00" level=trace msg="Server: Docker Registry" time="2021-12-03T23:50:37+01:00" level=trace msg="X-Frame-Options: SAMEORIGIN" time="2021-12-03T23:50:37+01:00" level=trace msg="X-Xss-Protection: 0" time="2021-12-03T23:50:37+01:00" level=trace time="2021-12-03T23:50:37+01:00" level=trace msg="{\"errors\":[]}" time="2021-12-03T23:50:37+01:00" level=trace msg="--> GET https://storage.googleapis.com/artifacts.distroless.appspot.com/containers/images/sha256:bff4de2cb7e1dd0ed9797c6e33688f32f2ff0293ecee6fa069051081710bb61b?access_token=ya29.a0ARrdaM9lSDmTmcDL5Fishtbbtue-DAb3kyIwCFcdlkiuuiUXKyUWHOaQOYW7OsRo5cwir_0bCACtSRRvbQIFlGPNwIVnmu_zj3Bja48VDMTMyLqZAR-XfMwcKha0ymC4iBsU-AbKpzw55nH8ukV1OmaLDIeydkk" time="2021-12-03T23:50:37+01:00" level=trace msg="GET /artifacts.distroless.appspot.com/containers/images/sha256:bff4de2cb7e1dd0ed9797c6e33688f32f2ff0293ecee6fa069051081710bb61b?access_token=ya29.a0ARrdaM9lSDmTmcDL5Fishtbbtue-DAb3kyIwCFcdlkiuuiUXKyUWHOaQOYW7OsRo5cwir_0bCACtSRRvbQIFlGPNwIVnmu_zj3Bja48VDMTMyLqZAR-XfMwcKha0ymC4iBsU-AbKpzw55nH8ukV1OmaLDIeydkk HTTP/1.1" time="2021-12-03T23:50:37+01:00" level=trace msg="Host: storage.googleapis.com" time="2021-12-03T23:50:37+01:00" level=trace msg="User-Agent: skaffold/v1.35.0 (linux/amd64) go-containerregistry/v0.6.0" time="2021-12-03T23:50:37+01:00" level=trace msg="Referer: https://gcr.io/v2/distroless/static/blobs/sha256:bff4de2cb7e1dd0ed9797c6e33688f32f2ff0293ecee6fa069051081710bb61b" time="2021-12-03T23:50:37+01:00" level=trace msg="Accept-Encoding: gzip" time="2021-12-03T23:50:37+01:00" level=trace time="2021-12-03T23:50:37+01:00" level=trace time="2021-12-03T23:50:38+01:00" level=trace msg="<-- 200 https://storage.googleapis.com/artifacts.distroless.appspot.com/containers/images/sha256:bff4de2cb7e1dd0ed9797c6e33688f32f2ff0293ecee6fa069051081710bb61b?access_token=ya29.a0ARrdaM9lSDmTmcDL5Fishtbbtue-DAb3kyIwCFcdlkiuuiUXKyUWHOaQOYW7OsRo5cwir_0bCACtSRRvbQIFlGPNwIVnmu_zj3Bja48VDMTMyLqZAR-XfMwcKha0ymC4iBsU-AbKpzw55nH8ukV1OmaLDIeydkk (161.443105ms)" time="2021-12-03T23:50:38+01:00" level=trace msg="HTTP/2.0 200 OK" time="2021-12-03T23:50:38+01:00" level=trace msg="Content-Length: 478" time="2021-12-03T23:50:38+01:00" level=trace msg="Accept-Ranges: bytes" time="2021-12-03T23:50:38+01:00" level=trace msg="Alt-Svc: h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000,h3-Q050=\":443\"; ma=2592000,h3-Q046=\":443\"; ma=2592000,h3-Q043=\":443\"; ma=2592000,quic=\":443\"; ma=2592000; v=\"46,43\"" time="2021-12-03T23:50:38+01:00" level=trace msg="Cache-Control: public, max-age=3600" time="2021-12-03T23:50:38+01:00" level=trace msg="Content-Type: application/octet-stream" time="2021-12-03T23:50:38+01:00" level=trace msg="Date: Fri, 03 Dec 2021 22:50:38 GMT" time="2021-12-03T23:50:38+01:00" level=trace msg="Etag: \"a515873c08a6fc2101af23d2a324ec85\"" time="2021-12-03T23:50:38+01:00" level=trace msg="Expires: Fri, 03 Dec 2021 23:50:38 GMT" time="2021-12-03T23:50:38+01:00" level=trace msg="Last-Modified: Wed, 27 Oct 2021 16:37:51 GMT" time="2021-12-03T23:50:38+01:00" level=trace msg="Server: UploadServer" time="2021-12-03T23:50:38+01:00" level=trace msg="X-Goog-Generation: 1635352671497069" time="2021-12-03T23:50:38+01:00" level=trace msg="X-Goog-Hash: crc32c=aGrlcw==" time="2021-12-03T23:50:38+01:00" level=trace msg="X-Goog-Hash: md5=pRWHPAim/CEBryPSoyTshQ==" time="2021-12-03T23:50:38+01:00" level=trace msg="X-Goog-Metageneration: 1" time="2021-12-03T23:50:38+01:00" level=trace msg="X-Goog-Storage-Class: STANDARD" time="2021-12-03T23:50:38+01:00" level=trace msg="X-Goog-Stored-Content-Encoding: identity" time="2021-12-03T23:50:38+01:00" level=trace msg="X-Goog-Stored-Content-Length: 478" time="2021-12-03T23:50:38+01:00" level=trace msg="X-Guploader-Uploadid: ADPycduBQ0FfvCyZa7Q7U9KsAVrlfCodS1L4Ou6pvKrHiOMiFOqO_zY_qnv_t-KyIH5YOyFbOLKyACE1CX5wvsDEKPsRejoZSQ" time="2021-12-03T23:50:38+01:00" level=trace time="2021-12-03T23:50:38+01:00" level=trace msg="{\"architecture\":\"amd64\",\"author\":\"Bazel\",\"created\":\"1970-01-01T00:00:00Z\",\"history\":[{\"author\":\"Bazel\",\"created\":\"1970-01-01T00:00:00Z\",\"created_by\":\"bazel build ...\"}],\"os\":\"linux\",\"rootfs\":{\"type\":\"layers\",\"diff_ids\":[\"sha256:6d75f23be3ddcb784b51ea7ef9b6a3a038f9e0b2f08f08628b226dba8b5161f8\"]},\"config\":{\"Env\":[\"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin\",\"SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt\"],\"User\":\"65532\",\"WorkingDir\":\"/home/nonroot\"}}" time="2021-12-03T23:50:38+01:00" level=info msg="Using build config ko://go.seankhliao.com/testrepo-705/cmd/p for go.seankhliao.com/testrepo-705/cmd/p" time="2021-12-03T23:50:38+01:00" level=info msg="Building go.seankhliao.com/testrepo-705/cmd/p for linux/amd64" time="2021-12-03T23:50:38+01:00" level=info msg="Publishing go.seankhliao.com/testrepo-705/cmd/p:latest" time="2021-12-03T23:50:38+01:00" level=trace msg="--> GET https://go.seankhliao.com/v2/" time="2021-12-03T23:50:38+01:00" level=trace msg="GET /v2/ HTTP/1.1" time="2021-12-03T23:50:38+01:00" level=trace msg="Host: go.seankhliao.com" time="2021-12-03T23:50:38+01:00" level=trace msg="User-Agent: skaffold/v1.35.0 (linux/amd64) go-containerregistry/v0.6.0" time="2021-12-03T23:50:38+01:00" level=trace msg="Accept-Encoding: gzip" time="2021-12-03T23:50:38+01:00" level=trace time="2021-12-03T23:50:38+01:00" level=trace time="2021-12-03T23:50:39+01:00" level=trace msg="<-- 200 https://go.seankhliao.com/v2/ (567.261835ms)" time="2021-12-03T23:50:39+01:00" level=trace msg="HTTP/2.0 200 OK" time="2021-12-03T23:50:39+01:00" level=trace msg="Connection: close" time="2021-12-03T23:50:39+01:00" level=trace msg="Content-Type: text/html; charset=utf-8" time="2021-12-03T23:50:39+01:00" level=trace msg="Date: Fri, 03 Dec 2021 22:50:39 GMT" time="2021-12-03T23:50:39+01:00" level=trace msg="Server: Google Frontend" time="2021-12-03T23:50:39+01:00" level=trace time="2021-12-03T23:50:39+01:00" level=trace msg="<!doctype html><html lang=en><meta charset=utf-8><meta name=viewport content=\"width=device-width,minimum-scale=1,initial-scale=1\"><title>go.seankhliao.com/v2</title><meta name=go-import content=\"go.seankhliao.com/v2 git https://github.com/seankhliao/v2\"><meta name=go-source content=\"go.seankhliao.com/v2" time="2021-12-03T23:50:39+01:00" level=trace msg=" https://github.com/seankhliao/v2" time="2021-12-03T23:50:39+01:00" level=trace msg=" https://github.com/seankhliao/v2/tree/master{/dir}" time="2021-12-03T23:50:39+01:00" level=trace msg=" https://github.com/seankhliao/v2/blob/master{/dir}/{file}#L{line}\"><meta http-equiv=refresh content=\"5;url=https://pkg.go.dev/go.seankhliao.com/v2\"><link rel=canonical href=https://go.seankhliao.com/v2><link rel=manifest href=/manifest.json><meta name=theme-color content=\"#000000\"><meta name=description content=\"module go.seankhliao.com/v2\"><link rel=icon href=https://seankhliao.com/favicon.ico><link rel=icon href=https://seankhliao.com/static/icon.svg type=image/svg+xml sizes=any><link rel=apple-touch-icon href=https://seankhliao.com/static/icon-192.png><style>*{box-sizing:border-box}:root{background:#000;color:#eceff1;font:18px inconsolata,monospace}@font-face{font-family:inconsolata;font-style:normal;font-weight:400;font-display:swap;src:local(\"Inconsolata\"),local(\"Inconsolata-Regular\"),url(https://seankhliao.com/static/inconsolata-var.woff2)format(\"woff2-variations\"),url(https://seankhliao.com/static/inconsolata-400.woff2)format(\"woff2\")}@font-face{font-family:inconsolata;font-style:normal;font-weight:700;font-display:swap;src:local(\"Inconsolata Bold\"),local(\"Inconsolata-Bold\"),url(https://seankhliao.com/static/inconsolata-var.woff2)format(\"woff2-variations\"),url(https://seankhliao.com/static/inconsolata-700.woff2)format(\"woff2\")}@font-face{font-family:lora;font-style:normal;font-weight:400;font-display:swap;src:local(\"Lora\"),local(\"Lora-Regular\"),url(https://seankhliao.com/static/lora-var.woff2)format(\"woff2-variations\"),url(https://seankhliao.com/static/lora-400.woff2)format(\"woff2\")}@font-face{font-family:lora;font-style:normal;font-weight:700;font-display:swap;src:local(\"Lora Bold\"),local(\"Lora-Bold\"),url(https://seankhliao.com/static/lora-var.woff2)format(\"woff2-variations\"),url(https://seankhliao.com/static/lora-700.woff2)format(\"woff2\")}body{grid:3.5vh 3.5vh/1fr repeat(3,minmax(90px,280px))1fr;display:grid;gap:0 1em;margin:0;padding:1vmin;background:#000;color:#eceff1;font:18px inconsolata,monospace}body>*{grid-column:2/span 3}h1{font-size:3vmin;grid-area:1/4/span 1/span 1;margin:0;place-self:end}h2{color:#999;font-size:2.5vmin;grid-area:2/4/span 1/span 1;place-self:start end;text-align:right}hgroup{font:700 2.5vmin lora,serif;grid-area:1/2/span 2/span 1;margin:0;place-self:end start}hgroup a{display:grid;grid:repeat(2,3vmin)/repeat(8,4vmin);place-content:center center}hgroup *:nth-child(n+5){grid-row:2/span 1}footer,iframe,pre,table,picture{grid-column:1/span 5;margin:.25em -1vmin 2em}picture img{width:100%;margin:auto}h3,h4,picture{margin:1em 0 .25em}h5,h6{margin:1.5em 0 .25em}h3{font-size:2.441em}h4{font-size:1.953em}h5{font-size:1.563em}h6{font-size:1.25em}p{line-height:1.5;margin:0 0 1em}footer{margin:10vh auto 3vh}a,a:visited{color:inherit;font-weight:700;text-decoration:underline 1px #707070}a:hover{color:#a06be0;transition:color .16s;text-decoration:underline 1px #a06be0}h1 a,h1 a:hover,h1 a:visited,hgroup a,hgroup a:hover,hgroup a:visited{color:inherit;text-decoration:none}ul{list-style:none;margin:0}ul>*{margin:.5em;line-height:1.5em}ul>li:before{content:\"»\";margin:0 1ch 0 -3ch;position:absolute}ol>*{line-height:1.75em}blockquote{margin:1em;padding:.25em 1em;border-left:1ch solid #999}code{background:#303030;font:1em inconsolata,monospace;padding:.1em}pre{background:#303030;overflow-x:scroll;padding:1em}pre::-webkit-scrollbar{display:none}pre code{padding:0}iframe{margin:auto}em{color:#a06be0;background-color:unset;font-style:normal;font-weight:700}time{color:#999}table{border-collapse:collapse;border-style:hidden}th,td{padding:.4em;text-align:left}th{font-weight:700;border-bottom:.2em solid #999}tr:nth-child(5n) td{border-bottom:.1em solid #999}tbody tr:hover{background:#404040}body>*:last-child::after{margin:0 .5em;content:\"■\";color:#a06be0}noscript iframe{height:0;width:0;display:none;visibility:hidden}</style><h1>go.seankhliao.com/v2</h1><h2>module go.seankhliao.com/v2</h2><hgroup><a href=\"https://seankhliao.com/?utm_medium=sites&utm_source=https://go.seankhliao.com/v2\"><span>S</span><span>E</span><span>A</span><span>N</span>" time="2021-12-03T23:50:39+01:00" level=trace msg="<em>K</em><em>.</em><em>H</em><em>.</em>" time="2021-12-03T23:50:39+01:00" level=trace msg="<span>L</span><span>I</span><span>A</span><span>O</span></a></hgroup><h3 id=-goseankhliaocom---v2><em>go.seankhliao.com</em> / v2</h3><p><em>source:</em> <a href=https://github.com/seankhliao.com/v2>github</a><p><em>docs:</em> <a href=https://pkg.go.dev/go.seankhliao.com/v2>pkg.go.dev</a><footer><a href=\"https://seankhliao.com/?utm_medium=sites&utm_source=https://go.seankhliao.com/v2\">home</a>" time="2021-12-03T23:50:39+01:00" level=trace msg="|" time="2021-12-03T23:50:39+01:00" level=trace msg="<a href=\"https://seankhliao.com/blog/?utm_medium=sites&utm_source=https://go.seankhliao.com/v2\">blog</a>" time="2021-12-03T23:50:39+01:00" level=trace msg="|" time="2021-12-03T23:50:39+01:00" level=trace msg="<a href=https://github.com/seankhliao>github</a></footer>" time="2021-12-03T23:50:39+01:00" level=trace msg="--> HEAD https://go.seankhliao.com/v2/testrepo-705/cmd/p/blobs/sha256:e8614d09b7bebabd9d8a450f44e88a8807c98a438a2ddd63146865286b132d1b" time="2021-12-03T23:50:39+01:00" level=trace msg="--> HEAD https://go.seankhliao.com/v2/testrepo-705/cmd/p/blobs/sha256:95a4399973f5421d9c8c599aabd5c82b3632a75d0aaa5d47604464cac85d177e" time="2021-12-03T23:50:39+01:00" level=trace msg="--> HEAD https://go.seankhliao.com/v2/testrepo-705/cmd/p/blobs/sha256:250c06f7c38e52dc77e5c7586c3e40280dc7ff9bb9007c396e06d96736cf8542" time="2021-12-03T23:50:39+01:00" level=trace msg="HEAD /v2/testrepo-705/cmd/p/blobs/sha256:95a4399973f5421d9c8c599aabd5c82b3632a75d0aaa5d47604464cac85d177e HTTP/1.1" time="2021-12-03T23:50:39+01:00" level=trace msg="Host: go.seankhliao.com" time="2021-12-03T23:50:39+01:00" level=trace msg="User-Agent: skaffold/v1.35.0 (linux/amd64) go-containerregistry/v0.6.0" time="2021-12-03T23:50:39+01:00" level=trace time="2021-12-03T23:50:39+01:00" level=trace time="2021-12-03T23:50:39+01:00" level=trace msg="HEAD /v2/testrepo-705/cmd/p/blobs/sha256:e8614d09b7bebabd9d8a450f44e88a8807c98a438a2ddd63146865286b132d1b HTTP/1.1" time="2021-12-03T23:50:39+01:00" level=trace msg="Host: go.seankhliao.com" time="2021-12-03T23:50:39+01:00" level=trace msg="User-Agent: skaffold/v1.35.0 (linux/amd64) go-containerregistry/v0.6.0" time="2021-12-03T23:50:39+01:00" level=trace time="2021-12-03T23:50:39+01:00" level=trace time="2021-12-03T23:50:39+01:00" level=trace msg="HEAD /v2/testrepo-705/cmd/p/blobs/sha256:250c06f7c38e52dc77e5c7586c3e40280dc7ff9bb9007c396e06d96736cf8542 HTTP/1.1" time="2021-12-03T23:50:39+01:00" level=trace msg="Host: go.seankhliao.com" time="2021-12-03T23:50:39+01:00" level=trace msg="User-Agent: skaffold/v1.35.0 (linux/amd64) go-containerregistry/v0.6.0" time="2021-12-03T23:50:39+01:00" level=trace time="2021-12-03T23:50:39+01:00" level=trace time="2021-12-03T23:50:39+01:00" level=trace msg="<-- 200 https://go.seankhliao.com/v2/testrepo-705/cmd/p/blobs/sha256:e8614d09b7bebabd9d8a450f44e88a8807c98a438a2ddd63146865286b132d1b (197.051875ms)" time="2021-12-03T23:50:39+01:00" level=trace msg="<-- 200 https://go.seankhliao.com/v2/testrepo-705/cmd/p/blobs/sha256:95a4399973f5421d9c8c599aabd5c82b3632a75d0aaa5d47604464cac85d177e (197.979699ms)" time="2021-12-03T23:50:39+01:00" level=trace msg="HTTP/2.0 200 OK" time="2021-12-03T23:50:39+01:00" level=trace msg="Connection: close" time="2021-12-03T23:50:39+01:00" level=info msg="existing blob: sha256:95a4399973f5421d9c8c599aabd5c82b3632a75d0aaa5d47604464cac85d177e" time="2021-12-03T23:50:39+01:00" level=trace msg="Content-Type: text/html; charset=utf-8" time="2021-12-03T23:50:39+01:00" level=trace msg="Date: Fri, 03 Dec 2021 22:50:39 GMT" time="2021-12-03T23:50:39+01:00" level=trace msg="Server: Google Frontend" time="2021-12-03T23:50:39+01:00" level=trace time="2021-12-03T23:50:39+01:00" level=trace time="2021-12-03T23:50:39+01:00" level=trace msg="HTTP/2.0 200 OK" time="2021-12-03T23:50:39+01:00" level=info msg="existing blob: sha256:e8614d09b7bebabd9d8a450f44e88a8807c98a438a2ddd63146865286b132d1b" time="2021-12-03T23:50:39+01:00" level=trace msg="Connection: close" time="2021-12-03T23:50:39+01:00" level=trace msg="Content-Type: text/html; charset=utf-8" time="2021-12-03T23:50:39+01:00" level=trace msg="Date: Fri, 03 Dec 2021 22:50:39 GMT" time="2021-12-03T23:50:39+01:00" level=trace msg="Server: Google Frontend" time="2021-12-03T23:50:39+01:00" level=trace time="2021-12-03T23:50:39+01:00" level=trace time="2021-12-03T23:50:39+01:00" level=trace msg="<-- 200 https://go.seankhliao.com/v2/testrepo-705/cmd/p/blobs/sha256:250c06f7c38e52dc77e5c7586c3e40280dc7ff9bb9007c396e06d96736cf8542 (196.287884ms)" time="2021-12-03T23:50:39+01:00" level=info msg="existing blob: sha256:250c06f7c38e52dc77e5c7586c3e40280dc7ff9bb9007c396e06d96736cf8542" time="2021-12-03T23:50:39+01:00" level=trace msg="HTTP/2.0 200 OK" time="2021-12-03T23:50:39+01:00" level=trace msg="Connection: close" time="2021-12-03T23:50:39+01:00" level=trace msg="Content-Type: text/html; charset=utf-8" time="2021-12-03T23:50:39+01:00" level=trace msg="Date: Fri, 03 Dec 2021 22:50:39 GMT" time="2021-12-03T23:50:39+01:00" level=trace msg="Server: Google Frontend" time="2021-12-03T23:50:39+01:00" level=trace time="2021-12-03T23:50:39+01:00" level=trace time="2021-12-03T23:50:39+01:00" level=trace msg="--> HEAD https://go.seankhliao.com/v2/testrepo-705/cmd/p/blobs/sha256:4245ebb96a66e73371078ffa2aa553e23e5a94b7e07edacf17fcf1e7236e00f6" time="2021-12-03T23:50:39+01:00" level=trace msg="HEAD /v2/testrepo-705/cmd/p/blobs/sha256:4245ebb96a66e73371078ffa2aa553e23e5a94b7e07edacf17fcf1e7236e00f6 HTTP/1.1" time="2021-12-03T23:50:39+01:00" level=trace msg="Host: go.seankhliao.com" time="2021-12-03T23:50:39+01:00" level=trace msg="User-Agent: skaffold/v1.35.0 (linux/amd64) go-containerregistry/v0.6.0" time="2021-12-03T23:50:39+01:00" level=trace time="2021-12-03T23:50:39+01:00" level=trace time="2021-12-03T23:50:39+01:00" level=trace msg="<-- 200 https://go.seankhliao.com/v2/testrepo-705/cmd/p/blobs/sha256:4245ebb96a66e73371078ffa2aa553e23e5a94b7e07edacf17fcf1e7236e00f6 (202.239319ms)" time="2021-12-03T23:50:39+01:00" level=info msg="existing blob: sha256:4245ebb96a66e73371078ffa2aa553e23e5a94b7e07edacf17fcf1e7236e00f6" time="2021-12-03T23:50:39+01:00" level=trace msg="HTTP/2.0 200 OK" time="2021-12-03T23:50:39+01:00" level=trace msg="Connection: close" time="2021-12-03T23:50:39+01:00" level=trace msg="Content-Type: text/html; charset=utf-8" time="2021-12-03T23:50:39+01:00" level=trace msg="Date: Fri, 03 Dec 2021 22:50:39 GMT" time="2021-12-03T23:50:39+01:00" level=trace msg="Server: Google Frontend" time="2021-12-03T23:50:39+01:00" level=trace time="2021-12-03T23:50:39+01:00" level=trace time="2021-12-03T23:50:39+01:00" level=trace msg="--> PUT https://go.seankhliao.com/v2/testrepo-705/cmd/p/manifests/latest" time="2021-12-03T23:50:39+01:00" level=trace msg="PUT /v2/testrepo-705/cmd/p/manifests/latest HTTP/1.1" time="2021-12-03T23:50:39+01:00" level=trace msg="Host: go.seankhliao.com" time="2021-12-03T23:50:39+01:00" level=trace msg="User-Agent: skaffold/v1.35.0 (linux/amd64) go-containerregistry/v0.6.0" time="2021-12-03T23:50:39+01:00" level=trace msg="Content-Length: 952" time="2021-12-03T23:50:39+01:00" level=trace msg="Content-Type: application/vnd.docker.distribution.manifest.v2+json" time="2021-12-03T23:50:39+01:00" level=trace msg="Accept-Encoding: gzip" time="2021-12-03T23:50:39+01:00" level=trace time="2021-12-03T23:50:39+01:00" level=trace msg="{\"schemaVersion\":2,\"mediaType\":\"application/vnd.docker.distribution.manifest.v2+json\",\"config\":{\"mediaType\":\"application/vnd.docker.container.image.v1+json\",\"size\":1021,\"digest\":\"sha256:4245ebb96a66e73371078ffa2aa553e23e5a94b7e07edacf17fcf1e7236e00f6\"},\"layers\":[{\"mediaType\":\"application/vnd.docker.image.rootfs.diff.tar.gzip\",\"size\":803814,\"digest\":\"sha256:e8614d09b7bebabd9d8a450f44e88a8807c98a438a2ddd63146865286b132d1b\"},{\"mediaType\":\"application/vnd.docker.image.rootfs.diff.tar.gzip\",\"size\":127,\"digest\":\"sha256:250c06f7c38e52dc77e5c7586c3e40280dc7ff9bb9007c396e06d96736cf8542\"},{\"mediaType\":\"application/vnd.docker.image.rootfs.diff.tar.gzip\",\"size\":2106493,\"digest\":\"sha256:95a4399973f5421d9c8c599aabd5c82b3632a75d0aaa5d47604464cac85d177e\"}],\"annotations\":{\"org.opencontainers.image.base.digest\":\"sha256:213a6d5205aa1421bd128b0396232a22fbb4eec4cbe510118f665398248f6d9a\",\"org.opencontainers.image.base.name\":\"gcr.io/distroless/static:nonroot\"}}" time="2021-12-03T23:50:40+01:00" level=trace msg="<-- 200 https://go.seankhliao.com/v2/testrepo-705/cmd/p/manifests/latest (200.976933ms)" time="2021-12-03T23:50:40+01:00" level=trace msg="HTTP/2.0 200 OK" time="2021-12-03T23:50:40+01:00" level=trace msg="Connection: close" time="2021-12-03T23:50:40+01:00" level=trace msg="Content-Type: text/html; charset=utf-8" time="2021-12-03T23:50:40+01:00" level=trace msg="Date: Fri, 03 Dec 2021 22:50:39 GMT" time="2021-12-03T23:50:40+01:00" level=trace msg="Server: Google Frontend" time="2021-12-03T23:50:40+01:00" level=trace time="2021-12-03T23:50:40+01:00" level=trace msg="<!doctype html><html lang=en><meta charset=utf-8><meta name=viewport content=\"width=device-width,minimum-scale=1,initial-scale=1\"><title>go.seankhliao.com/v2</title><meta name=go-import content=\"go.seankhliao.com/v2 git https://github.com/seankhliao/v2\"><meta name=go-source content=\"go.seankhliao.com/v2" time="2021-12-03T23:50:40+01:00" level=trace msg=" https://github.com/seankhliao/v2" time="2021-12-03T23:50:40+01:00" level=trace msg=" https://github.com/seankhliao/v2/tree/master{/dir}" time="2021-12-03T23:50:40+01:00" level=trace msg=" https://github.com/seankhliao/v2/blob/master{/dir}/{file}#L{line}\"><meta http-equiv=refresh content=\"5;url=https://pkg.go.dev/go.seankhliao.com/v2\"><link rel=canonical href=https://go.seankhliao.com/v2><link rel=manifest href=/manifest.json><meta name=theme-color content=\"#000000\"><meta name=description content=\"module go.seankhliao.com/v2\"><link rel=icon href=https://seankhliao.com/favicon.ico><link rel=icon href=https://seankhliao.com/static/icon.svg type=image/svg+xml sizes=any><link rel=apple-touch-icon href=https://seankhliao.com/static/icon-192.png><style>*{box-sizing:border-box}:root{background:#000;color:#eceff1;font:18px inconsolata,monospace}@font-face{font-family:inconsolata;font-style:normal;font-weight:400;font-display:swap;src:local(\"Inconsolata\"),local(\"Inconsolata-Regular\"),url(https://seankhliao.com/static/inconsolata-var.woff2)format(\"woff2-variations\"),url(https://seankhliao.com/static/inconsolata-400.woff2)format(\"woff2\")}@font-face{font-family:inconsolata;font-style:normal;font-weight:700;font-display:swap;src:local(\"Inconsolata Bold\"),local(\"Inconsolata-Bold\"),url(https://seankhliao.com/static/inconsolata-var.woff2)format(\"woff2-variations\"),url(https://seankhliao.com/static/inconsolata-700.woff2)format(\"woff2\")}@font-face{font-family:lora;font-style:normal;font-weight:400;font-display:swap;src:local(\"Lora\"),local(\"Lora-Regular\"),url(https://seankhliao.com/static/lora-var.woff2)format(\"woff2-variations\"),url(https://seankhliao.com/static/lora-400.woff2)format(\"woff2\")}@font-face{font-family:lora;font-style:normal;font-weight:700;font-display:swap;src:local(\"Lora Bold\"),local(\"Lora-Bold\"),url(https://seankhliao.com/static/lora-var.woff2)format(\"woff2-variations\"),url(https://seankhliao.com/static/lora-700.woff2)format(\"woff2\")}body{grid:3.5vh 3.5vh/1fr repeat(3,minmax(90px,280px))1fr;display:grid;gap:0 1em;margin:0;padding:1vmin;background:#000;color:#eceff1;font:18px inconsolata,monospace}body>*{grid-column:2/span 3}h1{font-size:3vmin;grid-area:1/4/span 1/span 1;margin:0;place-self:end}h2{color:#999;font-size:2.5vmin;grid-area:2/4/span 1/span 1;place-self:start end;text-align:right}hgroup{font:700 2.5vmin lora,serif;grid-area:1/2/span 2/span 1;margin:0;place-self:end start}hgroup a{display:grid;grid:repeat(2,3vmin)/repeat(8,4vmin);place-content:center center}hgroup *:nth-child(n+5){grid-row:2/span 1}footer,iframe,pre,table,picture{grid-column:1/span 5;margin:.25em -1vmin 2em}picture img{width:100%;margin:auto}h3,h4,picture{margin:1em 0 .25em}h5,h6{margin:1.5em 0 .25em}h3{font-size:2.441em}h4{font-size:1.953em}h5{font-size:1.563em}h6{font-size:1.25em}p{line-height:1.5;margin:0 0 1em}footer{margin:10vh auto 3vh}a,a:visited{color:inherit;font-weight:700;text-decoration:underline 1px #707070}a:hover{color:#a06be0;transition:color .16s;text-decoration:underline 1px #a06be0}h1 a,h1 a:hover,h1 a:visited,hgroup a,hgroup a:hover,hgroup a:visited{color:inherit;text-decoration:none}ul{list-style:none;margin:0}ul>*{margin:.5em;line-height:1.5em}ul>li:before{content:\"»\";margin:0 1ch 0 -3ch;position:absolute}ol>*{line-height:1.75em}blockquote{margin:1em;padding:.25em 1em;border-left:1ch solid #999}code{background:#303030;font:1em inconsolata,monospace;padding:.1em}pre{background:#303030;overflow-x:scroll;padding:1em}pre::-webkit-scrollbar{display:none}pre code{padding:0}iframe{margin:auto}em{color:#a06be0;background-color:unset;font-style:normal;font-weight:700}time{color:#999}table{border-collapse:collapse;border-style:hidden}th,td{padding:.4em;text-align:left}th{font-weight:700;border-bottom:.2em solid #999}tr:nth-child(5n) td{border-bottom:.1em solid #999}tbody tr:hover{background:#404040}body>*:last-child::after{margin:0 .5em;content:\"■\";color:#a06be0}noscript iframe{height:0;width:0;display:none;visibility:hidden}</style><h1>go.seankhliao.com/v2</h1><h2>module go.seankhliao.com/v2</h2><hgroup><a href=\"https://seankhliao.com/?utm_medium=sites&utm_source=https://go.seankhliao.com/v2\"><span>S</span><span>E</span><span>A</span><span>N</span>" time="2021-12-03T23:50:40+01:00" level=trace msg="<em>K</em><em>.</em><em>H</em><em>.</em>" time="2021-12-03T23:50:40+01:00" level=info msg="go.seankhliao.com/testrepo-705/cmd/p:latest: digest: sha256:4977ac2843ad12803c8d6367297c882dc59a14f38e308a02937968acc36d7047 size: 952" time="2021-12-03T23:50:40+01:00" level=trace msg="<span>L</span><span>I</span><span>A</span><span>O</span></a></hgroup><h3 id=-goseankhliaocom---v2><em>go.seankhliao.com</em> / v2</h3><p><em>source:</em> <a href=https://github.com/seankhliao.com/v2>github</a><p><em>docs:</em> <a href=https://pkg.go.dev/go.seankhliao.com/v2>pkg.go.dev</a><footer><a href=\"https://seankhliao.com/?utm_medium=sites&utm_source=https://go.seankhliao.com/v2\">home</a>" time="2021-12-03T23:50:40+01:00" level=trace msg="|" go.seankhliao.com/testrepo-705/cmd/p@sha256:4977ac2843ad12803c8d6367297c882dc59a14f38e308a02937968acc36d7047 time="2021-12-03T23:50:40+01:00" level=trace msg="<a href=\"https://seankhliao.com/blog/?utm_medium=sites&utm_source=https://go.seankhliao.com/v2\">blog</a>" time="2021-12-03T23:50:40+01:00" level=trace msg="|" time="2021-12-03T23:50:40+01:00" level=info msg="Published go.seankhliao.com/testrepo-705/cmd/p@sha256:4977ac2843ad12803c8d6367297c882dc59a14f38e308a02937968acc36d7047" time="2021-12-03T23:50:40+01:00" level=trace msg="<a href=https://github.com/seankhliao>github</a></footer>" time="2021-12-03T23:50:40+01:00" level=info msg="Build completed in 3.862 seconds" subtask=-1 task=Build time="2021-12-03T23:50:40+01:00" level=debug msg="push value not present in isImageLocal(), defaulting to true because cluster.PushImages is true" subtask=-1 task=DevLoop time="2021-12-03T23:50:40+01:00" level=debug msg="exporting metrics" subtask=-1 task=DevLoop </pre> </details> <details> <summary>trace logs from build 2</summary> <pre> time="2021-12-03T23:50:45+01:00" level=debug msg="skaffold API not starting as it's not requested" subtask=-1 task=DevLoop time="2021-12-03T23:50:45+01:00" level=info msg="Skaffold &{Version:v1.35.0 ConfigVersion:skaffold/v2beta26 GitVersion: GitCommit: BuildDate:2021-11-17T21:51:04Z GoVersion:go1.17.3 Compiler:gc Platform:linux/amd64 User:}" subtask=-1 task=DevLoop time="2021-12-03T23:50:45+01:00" level=info msg="Loaded Skaffold defaults from \"/tmp/skaffold\"" subtask=-1 task=DevLoop time="2021-12-03T23:50:45+01:00" level=debug msg="parsed 1 configs from configuration file /home/arccy/tmp/testrepo-705/skaffold.yaml" subtask=-1 task=DevLoop time="2021-12-03T23:50:45+01:00" level=trace msg="validating yamltags of struct SkaffoldConfig" subtask=-1 task=DevLoop time="2021-12-03T23:50:45+01:00" level=trace msg="validating yamltags of struct Metadata" subtask=-1 task=DevLoop time="2021-12-03T23:50:45+01:00" level=trace msg="validating yamltags of struct Pipeline" subtask=-1 task=DevLoop time="2021-12-03T23:50:45+01:00" level=trace msg="validating yamltags of struct BuildConfig" subtask=-1 task=DevLoop time="2021-12-03T23:50:45+01:00" level=trace msg="validating yamltags of struct Artifact" subtask=-1 task=DevLoop time="2021-12-03T23:50:45+01:00" level=trace msg="validating yamltags of struct ArtifactType" subtask=-1 task=DevLoop time="2021-12-03T23:50:45+01:00" level=trace msg="validating yamltags of struct KoArtifact" subtask=-1 task=DevLoop time="2021-12-03T23:50:45+01:00" level=trace msg="validating yamltags of struct BuildHooks" subtask=-1 task=DevLoop time="2021-12-03T23:50:45+01:00" level=trace msg="validating yamltags of struct TagPolicy" subtask=-1 task=DevLoop time="2021-12-03T23:50:45+01:00" level=trace msg="validating yamltags of struct ShaTagger" subtask=-1 task=DevLoop time="2021-12-03T23:50:45+01:00" level=trace msg="validating yamltags of struct BuildType" subtask=-1 task=DevLoop time="2021-12-03T23:50:45+01:00" level=trace msg="validating yamltags of struct LocalBuild" subtask=-1 task=DevLoop time="2021-12-03T23:50:45+01:00" level=trace msg="validating yamltags of struct DeployConfig" subtask=-1 task=DevLoop time="2021-12-03T23:50:45+01:00" level=trace msg="validating yamltags of struct DeployType" subtask=-1 task=DevLoop time="2021-12-03T23:50:45+01:00" level=trace msg="validating yamltags of struct KubectlDeploy" subtask=-1 task=DevLoop time="2021-12-03T23:50:45+01:00" level=trace msg="validating yamltags of struct KubectlFlags" subtask=-1 task=DevLoop time="2021-12-03T23:50:45+01:00" level=trace msg="validating yamltags of struct DeployHooks" subtask=-1 task=DevLoop time="2021-12-03T23:50:45+01:00" level=trace msg="validating yamltags of struct LogsConfig" subtask=-1 task=DevLoop time="2021-12-03T23:50:45+01:00" level=info msg="Using kubectl context: default" subtask=-1 task=DevLoop time="2021-12-03T23:50:45+01:00" level=debug msg="Running command: [minikube version --output=json]" subtask=-1 task=DevLoop time="2021-12-03T23:50:45+01:00" level=trace msg="Minikube cluster not detected: starting command minikube version --output=json: exec: \"minikube\": executable file not found in $PATH" subtask=-1 task=DevLoop time="2021-12-03T23:50:45+01:00" level=trace msg="Minikube cluster not detected: starting command minikube version --output=json: exec: \"minikube\": executable file not found in $PATH" subtask=-1 task=DevLoop time="2021-12-03T23:50:45+01:00" level=debug msg="setting Docker user agent to skaffold-v1.35.0" subtask=-1 task=DevLoop time="2021-12-03T23:50:45+01:00" level=debug msg="Using builder: local" subtask=-1 task=DevLoop time="2021-12-03T23:50:45+01:00" level=debug msg="push value not present in NewBuilder, defaulting to true because cluster.PushImages is true" subtask=-1 task=DevLoop time="2021-12-03T23:50:45+01:00" level=info msg="build concurrency first set to 0 parsed from *local.Builder[0]" subtask=-1 task=DevLoop time="2021-12-03T23:50:45+01:00" level=info msg="final build concurrency value is 0" subtask=-1 task=DevLoop Generating tags... - ko://go.seankhliao.com/testrepo-705/cmd/p -> ko://go.seankhliao.com/testrepo-705/cmd/p:latest time="2021-12-03T23:50:45+01:00" level=info msg="Tags generated in 182.915µs" subtask=-1 task=Build Checking cache... time="2021-12-03T23:50:45+01:00" level=debug msg="push value not present in isImageLocal(), defaulting to true because cluster.PushImages is true" subtask=-1 task=DevLoop time="2021-12-03T23:50:45+01:00" level=trace msg="--> GET https://ko/v2/" time="2021-12-03T23:50:45+01:00" level=trace msg="GET /v2/ HTTP/1.1" time="2021-12-03T23:50:45+01:00" level=trace msg="Host: ko" time="2021-12-03T23:50:45+01:00" level=trace msg="User-Agent: Go-http-client/1.1" time="2021-12-03T23:50:45+01:00" level=trace msg="Accept-Encoding: gzip" time="2021-12-03T23:50:45+01:00" level=trace time="2021-12-03T23:50:45+01:00" level=trace time="2021-12-03T23:50:45+01:00" level=trace msg="latest skaffold version: v1.35.0" subtask=-1 task=DevLoop time="2021-12-03T23:50:52+01:00" level=trace msg="<-- dial tcp: lookup ko on 127.0.0.53:53: server misbehaving GET https://ko/v2/ (7.489343426s)" time="2021-12-03T23:50:52+01:00" level=trace msg="--> GET https://ko/v2/" time="2021-12-03T23:50:52+01:00" level=trace msg="GET /v2/ HTTP/1.1" time="2021-12-03T23:50:52+01:00" level=trace msg="Host: ko" time="2021-12-03T23:50:52+01:00" level=trace msg="User-Agent: Go-http-client/1.1" time="2021-12-03T23:50:52+01:00" level=trace msg="Accept-Encoding: gzip" time="2021-12-03T23:50:52+01:00" level=trace time="2021-12-03T23:50:52+01:00" level=trace time="2021-12-03T23:51:00+01:00" level=trace msg="<-- dial tcp: lookup ko on 127.0.0.53:53: server misbehaving GET https://ko/v2/ (7.641414436s)" time="2021-12-03T23:51:00+01:00" level=trace msg="--> GET https://ko/v2/" time="2021-12-03T23:51:00+01:00" level=trace msg="GET /v2/ HTTP/1.1" time="2021-12-03T23:51:00+01:00" level=trace msg="Host: ko" time="2021-12-03T23:51:00+01:00" level=trace msg="User-Agent: Go-http-client/1.1" time="2021-12-03T23:51:00+01:00" level=trace msg="Accept-Encoding: gzip" time="2021-12-03T23:51:00+01:00" level=trace time="2021-12-03T23:51:00+01:00" level=trace time="2021-12-03T23:51:08+01:00" level=trace msg="<-- dial tcp: lookup ko on 127.0.0.53:53: server misbehaving GET https://ko/v2/ (7.444649773s)" time="2021-12-03T23:51:09+01:00" level=trace msg="--> GET https://ko/v2/" time="2021-12-03T23:51:09+01:00" level=trace msg="GET /v2/ HTTP/1.1" time="2021-12-03T23:51:09+01:00" level=trace msg="Host: ko" time="2021-12-03T23:51:09+01:00" level=trace msg="User-Agent: Go-http-client/1.1" time="2021-12-03T23:51:09+01:00" level=trace msg="Accept-Encoding: gzip" time="2021-12-03T23:51:09+01:00" level=trace time="2021-12-03T23:51:09+01:00" level=trace time="2021-12-03T23:51:16+01:00" level=trace msg="<-- dial tcp: lookup ko on 127.0.0.53:53: server misbehaving GET https://ko/v2/ (7.569724331s)" time="2021-12-03T23:51:19+01:00" level=trace msg="--> GET https://ko/v2/" time="2021-12-03T23:51:19+01:00" level=trace msg="GET /v2/ HTTP/1.1" time="2021-12-03T23:51:19+01:00" level=trace msg="Host: ko" time="2021-12-03T23:51:19+01:00" level=trace msg="User-Agent: Go-http-client/1.1" time="2021-12-03T23:51:19+01:00" level=trace msg="Accept-Encoding: gzip" time="2021-12-03T23:51:19+01:00" level=trace time="2021-12-03T23:51:19+01:00" level=trace time="2021-12-03T23:51:27+01:00" level=trace msg="<-- dial tcp: lookup ko on 127.0.0.53:53: server misbehaving GET https://ko/v2/ (7.366004486s)" time="2021-12-03T23:51:27+01:00" level=trace msg="--> GET https://ko/v2/" time="2021-12-03T23:51:27+01:00" level=trace msg="GET /v2/ HTTP/1.1" time="2021-12-03T23:51:27+01:00" level=trace msg="Host: ko" time="2021-12-03T23:51:27+01:00" level=trace msg="User-Agent: Go-http-client/1.1" time="2021-12-03T23:51:27+01:00" level=trace msg="Accept-Encoding: gzip" time="2021-12-03T23:51:27+01:00" level=trace time="2021-12-03T23:51:27+01:00" level=trace time="2021-12-03T23:51:34+01:00" level=trace msg="<-- dial tcp: lookup ko on 127.0.0.53:53: server misbehaving GET https://ko/v2/ (7.498129179s)" time="2021-12-03T23:51:34+01:00" level=trace msg="--> GET https://ko/v2/" time="2021-12-03T23:51:34+01:00" level=trace msg="GET /v2/ HTTP/1.1" time="2021-12-03T23:51:34+01:00" level=trace msg="Host: ko" time="2021-12-03T23:51:34+01:00" level=trace msg="User-Agent: Go-http-client/1.1" time="2021-12-03T23:51:34+01:00" level=trace msg="Accept-Encoding: gzip" time="2021-12-03T23:51:34+01:00" level=trace time="2021-12-03T23:51:34+01:00" level=trace time="2021-12-03T23:51:42+01:00" level=trace msg="<-- dial tcp: lookup ko on 127.0.0.53:53: server misbehaving GET https://ko/v2/ (7.641618097s)" time="2021-12-03T23:51:42+01:00" level=trace msg="--> GET https://ko/v2/" time="2021-12-03T23:51:42+01:00" level=trace msg="GET /v2/ HTTP/1.1" time="2021-12-03T23:51:42+01:00" level=trace msg="Host: ko" time="2021-12-03T23:51:42+01:00" level=trace msg="User-Agent: Go-http-client/1.1" time="2021-12-03T23:51:42+01:00" level=trace msg="Accept-Encoding: gzip" time="2021-12-03T23:51:42+01:00" level=trace time="2021-12-03T23:51:42+01:00" level=trace time="2021-12-03T23:51:50+01:00" level=trace msg="<-- dial tcp: lookup ko on 127.0.0.53:53: server misbehaving GET https://ko/v2/ (7.430916764s)" time="2021-12-03T23:51:50+01:00" level=trace msg="--> GET https://ko/v2/" time="2021-12-03T23:51:50+01:00" level=trace msg="GET /v2/ HTTP/1.1" time="2021-12-03T23:51:50+01:00" level=trace msg="Host: ko" time="2021-12-03T23:51:50+01:00" level=trace msg="User-Agent: Go-http-client/1.1" time="2021-12-03T23:51:50+01:00" level=trace msg="Accept-Encoding: gzip" time="2021-12-03T23:51:50+01:00" level=trace time="2021-12-03T23:51:50+01:00" level=trace time="2021-12-03T23:51:58+01:00" level=trace msg="<-- dial tcp: lookup ko on 127.0.0.53:53: server misbehaving GET https://ko/v2/ (7.550283657s)" time="2021-12-03T23:52:01+01:00" level=trace msg="--> GET https://ko/v2/" time="2021-12-03T23:52:01+01:00" level=trace msg="GET /v2/ HTTP/1.1" time="2021-12-03T23:52:01+01:00" level=trace msg="Host: ko" time="2021-12-03T23:52:01+01:00" level=trace msg="User-Agent: Go-http-client/1.1" time="2021-12-03T23:52:01+01:00" level=trace msg="Accept-Encoding: gzip" time="2021-12-03T23:52:01+01:00" level=trace time="2021-12-03T23:52:01+01:00" level=trace time="2021-12-03T23:52:08+01:00" level=trace msg="<-- dial tcp: lookup ko on 127.0.0.53:53: server misbehaving GET https://ko/v2/ (7.464937876s)" time="2021-12-03T23:52:08+01:00" level=trace msg="--> GET https://ko/v2/" time="2021-12-03T23:52:08+01:00" level=trace msg="GET /v2/ HTTP/1.1" time="2021-12-03T23:52:08+01:00" level=trace msg="Host: ko" time="2021-12-03T23:52:08+01:00" level=trace msg="User-Agent: Go-http-client/1.1" time="2021-12-03T23:52:08+01:00" level=trace msg="Accept-Encoding: gzip" time="2021-12-03T23:52:08+01:00" level=trace time="2021-12-03T23:52:08+01:00" level=trace time="2021-12-03T23:52:16+01:00" level=trace msg="<-- dial tcp: lookup ko on 127.0.0.53:53: server misbehaving GET https://ko/v2/ (7.497382386s)" time="2021-12-03T23:52:16+01:00" level=trace msg="--> GET https://ko/v2/" time="2021-12-03T23:52:16+01:00" level=trace msg="GET /v2/ HTTP/1.1" time="2021-12-03T23:52:16+01:00" level=trace msg="Host: ko" time="2021-12-03T23:52:16+01:00" level=trace msg="User-Agent: Go-http-client/1.1" time="2021-12-03T23:52:16+01:00" level=trace msg="Accept-Encoding: gzip" time="2021-12-03T23:52:16+01:00" level=trace time="2021-12-03T23:52:16+01:00" level=trace time="2021-12-03T23:52:23+01:00" level=trace msg="<-- dial tcp: lookup ko on 127.0.0.53:53: server misbehaving GET https://ko/v2/ (7.397453175s)" time="2021-12-03T23:52:24+01:00" level=trace msg="--> GET https://ko/v2/" time="2021-12-03T23:52:24+01:00" level=trace msg="GET /v2/ HTTP/1.1" time="2021-12-03T23:52:24+01:00" level=trace msg="Host: ko" time="2021-12-03T23:52:24+01:00" level=trace msg="User-Agent: Go-http-client/1.1" time="2021-12-03T23:52:24+01:00" level=trace msg="Accept-Encoding: gzip" time="2021-12-03T23:52:24+01:00" level=trace time="2021-12-03T23:52:24+01:00" level=trace time="2021-12-03T23:52:31+01:00" level=trace msg="<-- dial tcp: lookup ko on 127.0.0.53:53: server misbehaving GET https://ko/v2/ (7.434186461s)" time="2021-12-03T23:52:32+01:00" level=trace msg="--> GET https://ko/v2/" time="2021-12-03T23:52:32+01:00" level=trace msg="GET /v2/ HTTP/1.1" time="2021-12-03T23:52:32+01:00" level=trace msg="Host: ko" time="2021-12-03T23:52:32+01:00" level=trace msg="User-Agent: Go-http-client/1.1" time="2021-12-03T23:52:32+01:00" level=trace msg="Accept-Encoding: gzip" time="2021-12-03T23:52:32+01:00" level=trace time="2021-12-03T23:52:32+01:00" level=trace time="2021-12-03T23:52:40+01:00" level=trace msg="<-- dial tcp: lookup ko on 127.0.0.53:53: server misbehaving GET https://ko/v2/ (7.584482969s)" time="2021-12-03T23:52:42+01:00" level=trace msg="--> GET https://ko/v2/" time="2021-12-03T23:52:42+01:00" level=trace msg="GET /v2/ HTTP/1.1" time="2021-12-03T23:52:42+01:00" level=trace msg="Host: ko" time="2021-12-03T23:52:42+01:00" level=trace msg="User-Agent: Go-http-client/1.1" time="2021-12-03T23:52:42+01:00" level=trace msg="Accept-Encoding: gzip" time="2021-12-03T23:52:42+01:00" level=trace time="2021-12-03T23:52:42+01:00" level=trace time="2021-12-03T23:52:50+01:00" level=trace msg="<-- dial tcp: lookup ko on 127.0.0.53:53: server misbehaving GET https://ko/v2/ (7.566715877s)" time="2021-12-03T23:52:50+01:00" level=trace msg="--> GET https://ko/v2/" time="2021-12-03T23:52:50+01:00" level=trace msg="GET /v2/ HTTP/1.1" time="2021-12-03T23:52:50+01:00" level=trace msg="Host: ko" time="2021-12-03T23:52:50+01:00" level=trace msg="User-Agent: Go-http-client/1.1" time="2021-12-03T23:52:50+01:00" level=trace msg="Accept-Encoding: gzip" time="2021-12-03T23:52:50+01:00" level=trace time="2021-12-03T23:52:50+01:00" level=trace time="2021-12-03T23:52:58+01:00" level=trace msg="<-- dial tcp: lookup ko on 127.0.0.53:53: server misbehaving GET https://ko/v2/ (7.498631066s)" time="2021-12-03T23:52:58+01:00" level=trace msg="--> GET https://ko/v2/" time="2021-12-03T23:52:58+01:00" level=trace msg="GET /v2/ HTTP/1.1" time="2021-12-03T23:52:58+01:00" level=trace msg="Host: ko" time="2021-12-03T23:52:58+01:00" level=trace msg="User-Agent: Go-http-client/1.1" time="2021-12-03T23:52:58+01:00" level=trace msg="Accept-Encoding: gzip" time="2021-12-03T23:52:58+01:00" level=trace time="2021-12-03T23:52:58+01:00" level=trace time="2021-12-03T23:53:05+01:00" level=trace msg="<-- dial tcp: lookup ko on 127.0.0.53:53: server misbehaving GET https://ko/v2/ (7.395372792s)" time="2021-12-03T23:53:05+01:00" level=trace msg="--> GET https://ko/v2/" time="2021-12-03T23:53:05+01:00" level=trace msg="GET /v2/ HTTP/1.1" time="2021-12-03T23:53:05+01:00" level=trace msg="Host: ko" time="2021-12-03T23:53:05+01:00" level=trace msg="User-Agent: Go-http-client/1.1" time="2021-12-03T23:53:05+01:00" level=trace msg="Accept-Encoding: gzip" time="2021-12-03T23:53:05+01:00" level=trace time="2021-12-03T23:53:05+01:00" level=trace time="2021-12-03T23:53:13+01:00" level=trace msg="<-- dial tcp: lookup ko on 127.0.0.53:53: server misbehaving GET https://ko/v2/ (7.424584729s)" time="2021-12-03T23:53:14+01:00" level=trace msg="--> GET https://ko/v2/" time="2021-12-03T23:53:14+01:00" level=trace msg="GET /v2/ HTTP/1.1" time="2021-12-03T23:53:14+01:00" level=trace msg="Host: ko" time="2021-12-03T23:53:14+01:00" level=trace msg="User-Agent: Go-http-client/1.1" time="2021-12-03T23:53:14+01:00" level=trace msg="Accept-Encoding: gzip" time="2021-12-03T23:53:14+01:00" level=trace time="2021-12-03T23:53:14+01:00" level=trace time="2021-12-03T23:53:21+01:00" level=trace msg="<-- dial tcp: lookup ko on 127.0.0.53:53: server misbehaving GET https://ko/v2/ (7.538012969s)" time="2021-12-03T23:53:24+01:00" level=trace msg="--> GET https://ko/v2/" time="2021-12-03T23:53:24+01:00" level=trace msg="GET /v2/ HTTP/1.1" time="2021-12-03T23:53:24+01:00" level=trace msg="Host: ko" time="2021-12-03T23:53:24+01:00" level=trace msg="User-Agent: Go-http-client/1.1" time="2021-12-03T23:53:24+01:00" level=trace msg="Accept-Encoding: gzip" time="2021-12-03T23:53:24+01:00" level=trace time="2021-12-03T23:53:24+01:00" level=trace time="2021-12-03T23:53:32+01:00" level=trace msg="<-- dial tcp: lookup ko on 127.0.0.53:53: server misbehaving GET https://ko/v2/ (7.521893799s)" - ko://go.seankhliao.com/testrepo-705/cmd/p: Not found. Building time="2021-12-03T23:53:32+01:00" level=info msg="Cache check completed in 2 minutes 46.742 seconds" subtask=-1 task=Build Starting build... Building [ko://go.seankhliao.com/testrepo-705/cmd/p]... time="2021-12-03T23:53:32+01:00" level=info msg="No matching credentials were found, falling back on anonymous" time="2021-12-03T23:53:32+01:00" level=info msg="Using base gcr.io/distroless/static:nonroot for go.seankhliao.com/testrepo-705/cmd/p" time="2021-12-03T23:53:32+01:00" level=trace msg="--> GET https://gcr.io/v2/" time="2021-12-03T23:53:32+01:00" level=trace msg="GET /v2/ HTTP/1.1" time="2021-12-03T23:53:32+01:00" level=trace msg="Host: gcr.io" time="2021-12-03T23:53:32+01:00" level=trace msg="User-Agent: skaffold/v1.35.0 (linux/amd64) go-containerregistry/v0.6.0" time="2021-12-03T23:53:32+01:00" level=trace msg="Accept-Encoding: gzip" time="2021-12-03T23:53:32+01:00" level=trace time="2021-12-03T23:53:32+01:00" level=trace time="2021-12-03T23:53:32+01:00" level=trace msg="<-- 401 https://gcr.io/v2/ (339.369362ms)" time="2021-12-03T23:53:32+01:00" level=trace msg="HTTP/2.0 401 Unauthorized" time="2021-12-03T23:53:32+01:00" level=trace msg="Alt-Svc: h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000,h3-Q050=\":443\"; ma=2592000,h3-Q046=\":443\"; ma=2592000,h3-Q043=\":443\"; ma=2592000,quic=\":443\"; ma=2592000; v=\"46,43\"" time="2021-12-03T23:53:32+01:00" level=trace msg="Cache-Control: private" time="2021-12-03T23:53:32+01:00" level=trace msg="Content-Type: application/json" time="2021-12-03T23:53:32+01:00" level=trace msg="Date: Fri, 03 Dec 2021 22:53:32 GMT" time="2021-12-03T23:53:32+01:00" level=trace msg="Docker-Distribution-Api-Version: registry/2.0" time="2021-12-03T23:53:32+01:00" level=trace msg="Server: Docker Registry" time="2021-12-03T23:53:32+01:00" level=trace msg="Www-Authenticate: Bearer realm=\"https://gcr.io/v2/token\",service=\"gcr.io\"" time="2021-12-03T23:53:32+01:00" level=trace msg="X-Frame-Options: SAMEORIGIN" time="2021-12-03T23:53:32+01:00" level=trace msg="X-Xss-Protection: 0" time="2021-12-03T23:53:32+01:00" level=trace time="2021-12-03T23:53:32+01:00" level=trace msg="{\"errors\":[{\"code\":\"UNAUTHORIZED\",\"message\":\"Unauthorized access.\"}]}" time="2021-12-03T23:53:32+01:00" level=trace msg="--> GET https://gcr.io/v2/token?scope=repository%3Adistroless%2Fstatic%3Apull&service=gcr.io [body redacted: basic token response contains credentials]" time="2021-12-03T23:53:32+01:00" level=trace msg="GET /v2/token?scope=repository%3Adistroless%2Fstatic%3Apull&service=gcr.io HTTP/1.1" time="2021-12-03T23:53:32+01:00" level=trace msg="Host: gcr.io" time="2021-12-03T23:53:32+01:00" level=trace msg="User-Agent: skaffold/v1.35.0 (linux/amd64) go-containerregistry/v0.6.0" time="2021-12-03T23:53:32+01:00" level=trace msg="Authorization: <redacted>" time="2021-12-03T23:53:32+01:00" level=trace msg="Accept-Encoding: gzip" time="2021-12-03T23:53:32+01:00" level=trace time="2021-12-03T23:53:32+01:00" level=trace time="2021-12-03T23:53:32+01:00" level=trace msg="<-- 200 https://gcr.io/v2/token?scope=repository%3Adistroless%2Fstatic%3Apull&service=gcr.io (45.714353ms) [body redacted: basic token response contains credentials]" time="2021-12-03T23:53:32+01:00" level=trace msg="HTTP/2.0 200 OK" time="2021-12-03T23:53:32+01:00" level=trace msg="Alt-Svc: h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000,h3-Q050=\":443\"; ma=2592000,h3-Q046=\":443\"; ma=2592000,h3-Q043=\":443\"; ma=2592000,quic=\":443\"; ma=2592000; v=\"46,43\"" time="2021-12-03T23:53:32+01:00" level=trace msg="Cache-Control: private" time="2021-12-03T23:53:32+01:00" level=trace msg="Content-Type: application/json" time="2021-12-03T23:53:32+01:00" level=trace msg="Date: Fri, 03 Dec 2021 22:53:32 GMT" time="2021-12-03T23:53:32+01:00" level=trace msg="Docker-Distribution-Api-Version: registry/2.0" time="2021-12-03T23:53:32+01:00" level=trace msg="Server: Docker Registry" time="2021-12-03T23:53:32+01:00" level=trace msg="X-Frame-Options: SAMEORIGIN" time="2021-12-03T23:53:32+01:00" level=trace msg="X-Xss-Protection: 0" time="2021-12-03T23:53:32+01:00" level=trace time="2021-12-03T23:53:32+01:00" level=trace time="2021-12-03T23:53:32+01:00" level=trace msg="--> GET https://gcr.io/v2/distroless/static/manifests/nonroot" time="2021-12-03T23:53:32+01:00" level=trace msg="GET /v2/distroless/static/manifests/nonroot HTTP/1.1" time="2021-12-03T23:53:32+01:00" level=trace msg="Host: gcr.io" time="2021-12-03T23:53:32+01:00" level=trace msg="User-Agent: skaffold/v1.35.0 (linux/amd64) go-containerregistry/v0.6.0" time="2021-12-03T23:53:32+01:00" level=trace msg="Accept: application/vnd.docker.distribution.manifest.v1+json,application/vnd.docker.distribution.manifest.v1+prettyjws,application/vnd.docker.distribution.manifest.v2+json,application/vnd.oci.image.manifest.v1+json,application/vnd.docker.distribution.manifest.list.v2+json,application/vnd.oci.image.index.v1+json" time="2021-12-03T23:53:32+01:00" level=trace msg="Authorization: <redacted>" time="2021-12-03T23:53:32+01:00" level=trace msg="Accept-Encoding: gzip" time="2021-12-03T23:53:32+01:00" level=trace time="2021-12-03T23:53:32+01:00" level=trace time="2021-12-03T23:53:33+01:00" level=trace msg="<-- 200 https://gcr.io/v2/distroless/static/manifests/nonroot (368.36407ms)" time="2021-12-03T23:53:33+01:00" level=trace msg="HTTP/2.0 200 OK" time="2021-12-03T23:53:33+01:00" level=trace msg="Content-Length: 1665" time="2021-12-03T23:53:33+01:00" level=trace msg="Alt-Svc: h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000,h3-Q050=\":443\"; ma=2592000,h3-Q046=\":443\"; ma=2592000,h3-Q043=\":443\"; ma=2592000,quic=\":443\"; ma=2592000; v=\"46,43\"" time="2021-12-03T23:53:33+01:00" level=trace msg="Content-Type: application/vnd.docker.distribution.manifest.list.v2+json" time="2021-12-03T23:53:33+01:00" level=trace msg="Date: Fri, 03 Dec 2021 22:53:33 GMT" time="2021-12-03T23:53:33+01:00" level=trace msg="Docker-Content-Digest: sha256:bca3c203cdb36f5914ab8568e4c25165643ea9b711b41a8a58b42c80a51ed609" time="2021-12-03T23:53:33+01:00" level=trace msg="Docker-Distribution-Api-Version: registry/2.0" time="2021-12-03T23:53:33+01:00" level=trace msg="Server: Docker Registry" time="2021-12-03T23:53:33+01:00" level=trace msg="X-Frame-Options: SAMEORIGIN" time="2021-12-03T23:53:33+01:00" level=trace msg="X-Xss-Protection: 0" time="2021-12-03T23:53:33+01:00" level=trace time="2021-12-03T23:53:33+01:00" level=trace msg="{" time="2021-12-03T23:53:33+01:00" level=trace msg=" \"schemaVersion\": 2," time="2021-12-03T23:53:33+01:00" level=trace msg=" \"mediaType\": \"application/vnd.docker.distribution.manifest.list.v2+json\"," time="2021-12-03T23:53:33+01:00" level=trace msg=" \"manifests\": [" time="2021-12-03T23:53:33+01:00" level=trace msg=" {" time="2021-12-03T23:53:33+01:00" level=trace msg=" \"mediaType\": \"application/vnd.docker.distribution.manifest.v2+json\"," time="2021-12-03T23:53:33+01:00" level=trace msg=" \"size\": 426," time="2021-12-03T23:53:33+01:00" level=trace msg=" \"digest\": \"sha256:213a6d5205aa1421bd128b0396232a22fbb4eec4cbe510118f665398248f6d9a\"," time="2021-12-03T23:53:33+01:00" level=trace msg=" \"platform\": {" time="2021-12-03T23:53:33+01:00" level=trace msg=" \"architecture\": \"amd64\"," time="2021-12-03T23:53:33+01:00" level=trace msg=" \"os\": \"linux\"" time="2021-12-03T23:53:33+01:00" level=trace msg=" }" time="2021-12-03T23:53:33+01:00" level=trace msg=" }," time="2021-12-03T23:53:33+01:00" level=trace msg=" {" time="2021-12-03T23:53:33+01:00" level=trace msg=" \"mediaType\": \"application/vnd.docker.distribution.manifest.v2+json\"," time="2021-12-03T23:53:33+01:00" level=trace msg=" \"size\": 426," time="2021-12-03T23:53:33+01:00" level=trace msg=" \"digest\": \"sha256:2d23bc526cd252251419bc00ccd28055911e8530d611c530294ea43b389d9e04\"," time="2021-12-03T23:53:33+01:00" level=trace msg=" \"platform\": {" time="2021-12-03T23:53:33+01:00" level=trace msg=" \"architecture\": \"arm\"," time="2021-12-03T23:53:33+01:00" level=trace msg=" \"os\": \"linux\"" time="2021-12-03T23:53:33+01:00" level=trace msg=" }" time="2021-12-03T23:53:33+01:00" level=trace msg=" }," time="2021-12-03T23:53:33+01:00" level=trace msg=" {" time="2021-12-03T23:53:33+01:00" level=trace msg=" \"mediaType\": \"application/vnd.docker.distribution.manifest.v2+json\"," time="2021-12-03T23:53:33+01:00" level=trace msg=" \"size\": 426," time="2021-12-03T23:53:33+01:00" level=trace msg=" \"digest\": \"sha256:e99b908ae19fe58f41b3b71cdc6214b85b51421d1ef4ddae8945b6aa9e80e5da\"," time="2021-12-03T23:53:33+01:00" level=trace msg=" \"platform\": {" time="2021-12-03T23:53:33+01:00" level=trace msg=" \"architecture\": \"arm64\"," time="2021-12-03T23:53:33+01:00" level=trace msg=" \"os\": \"linux\"" time="2021-12-03T23:53:33+01:00" level=trace msg=" }" time="2021-12-03T23:53:33+01:00" level=trace msg=" }," time="2021-12-03T23:53:33+01:00" level=trace msg=" {" time="2021-12-03T23:53:33+01:00" level=trace msg=" \"mediaType\": \"application/vnd.docker.distribution.manifest.v2+json\"," time="2021-12-03T23:53:33+01:00" level=trace msg=" \"size\": 426," time="2021-12-03T23:53:33+01:00" level=trace msg=" \"digest\": \"sha256:8da81afc594a977e8da23760a1a01c4876808aaff6bc268582cb508db63391a5\"," time="2021-12-03T23:53:33+01:00" level=trace msg=" \"platform\": {" time="2021-12-03T23:53:33+01:00" level=trace msg=" \"architecture\": \"ppc64le\"," time="2021-12-03T23:53:33+01:00" level=trace msg=" \"os\": \"linux\"" time="2021-12-03T23:53:33+01:00" level=trace msg=" }" time="2021-12-03T23:53:33+01:00" level=trace msg=" }," time="2021-12-03T23:53:33+01:00" level=trace msg=" {" time="2021-12-03T23:53:33+01:00" level=trace msg=" \"mediaType\": \"application/vnd.docker.distribution.manifest.v2+json\"," time="2021-12-03T23:53:33+01:00" level=trace msg=" \"size\": 426," time="2021-12-03T23:53:33+01:00" level=trace msg=" \"digest\": \"sha256:84bdaeae0c95e18c53a38baebe5b678719907148900582ebd30fb14749dda731\"," time="2021-12-03T23:53:33+01:00" level=trace msg=" \"platform\": {" time="2021-12-03T23:53:33+01:00" level=trace msg=" \"architecture\": \"s390x\"," time="2021-12-03T23:53:33+01:00" level=trace msg=" \"os\": \"linux\"" time="2021-12-03T23:53:33+01:00" level=trace msg=" }" time="2021-12-03T23:53:33+01:00" level=trace msg=" }" time="2021-12-03T23:53:33+01:00" level=trace msg=" ]" time="2021-12-03T23:53:33+01:00" level=trace msg="}" time="2021-12-03T23:53:33+01:00" level=trace msg="--> GET https://gcr.io/v2/distroless/static/manifests/sha256:213a6d5205aa1421bd128b0396232a22fbb4eec4cbe510118f665398248f6d9a" time="2021-12-03T23:53:33+01:00" level=trace msg="GET /v2/distroless/static/manifests/sha256:213a6d5205aa1421bd128b0396232a22fbb4eec4cbe510118f665398248f6d9a HTTP/1.1" time="2021-12-03T23:53:33+01:00" level=trace msg="Host: gcr.io" time="2021-12-03T23:53:33+01:00" level=trace msg="User-Agent: skaffold/v1.35.0 (linux/amd64) go-containerregistry/v0.6.0" time="2021-12-03T23:53:33+01:00" level=trace msg="Accept: application/vnd.docker.distribution.manifest.v2+json" time="2021-12-03T23:53:33+01:00" level=trace msg="Authorization: <redacted>" time="2021-12-03T23:53:33+01:00" level=trace msg="Accept-Encoding: gzip" time="2021-12-03T23:53:33+01:00" level=trace time="2021-12-03T23:53:33+01:00" level=trace time="2021-12-03T23:53:33+01:00" level=trace msg="<-- 200 https://gcr.io/v2/distroless/static/manifests/sha256:213a6d5205aa1421bd128b0396232a22fbb4eec4cbe510118f665398248f6d9a (366.732099ms)" time="2021-12-03T23:53:33+01:00" level=trace msg="HTTP/2.0 200 OK" time="2021-12-03T23:53:33+01:00" level=trace msg="Content-Length: 426" time="2021-12-03T23:53:33+01:00" level=trace msg="Alt-Svc: h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000,h3-Q050=\":443\"; ma=2592000,h3-Q046=\":443\"; ma=2592000,h3-Q043=\":443\"; ma=2592000,quic=\":443\"; ma=2592000; v=\"46,43\"" time="2021-12-03T23:53:33+01:00" level=trace msg="Content-Type: application/vnd.docker.distribution.manifest.v2+json" time="2021-12-03T23:53:33+01:00" level=trace msg="Date: Fri, 03 Dec 2021 22:53:33 GMT" time="2021-12-03T23:53:33+01:00" level=trace msg="Docker-Content-Digest: sha256:213a6d5205aa1421bd128b0396232a22fbb4eec4cbe510118f665398248f6d9a" time="2021-12-03T23:53:33+01:00" level=trace msg="Docker-Distribution-Api-Version: registry/2.0" time="2021-12-03T23:53:33+01:00" level=trace msg="Server: Docker Registry" time="2021-12-03T23:53:33+01:00" level=trace msg="X-Frame-Options: SAMEORIGIN" time="2021-12-03T23:53:33+01:00" level=trace msg="X-Xss-Protection: 0" time="2021-12-03T23:53:33+01:00" level=trace time="2021-12-03T23:53:33+01:00" level=trace msg="{\"schemaVersion\":2,\"mediaType\":\"application/vnd.docker.distribution.manifest.v2+json\",\"config\":{\"mediaType\":\"application/vnd.docker.container.image.v1+json\",\"size\":478,\"digest\":\"sha256:bff4de2cb7e1dd0ed9797c6e33688f32f2ff0293ecee6fa069051081710bb61b\"},\"layers\":[{\"mediaType\":\"application/vnd.docker.image.rootfs.diff.tar.gzip\",\"size\":803814,\"digest\":\"sha256:e8614d09b7bebabd9d8a450f44e88a8807c98a438a2ddd63146865286b132d1b\"}]}" time="2021-12-03T23:53:33+01:00" level=trace msg="--> GET https://gcr.io/v2/distroless/static/blobs/sha256:bff4de2cb7e1dd0ed9797c6e33688f32f2ff0293ecee6fa069051081710bb61b" time="2021-12-03T23:53:33+01:00" level=trace msg="GET /v2/distroless/static/blobs/sha256:bff4de2cb7e1dd0ed9797c6e33688f32f2ff0293ecee6fa069051081710bb61b HTTP/1.1" time="2021-12-03T23:53:33+01:00" level=trace msg="Host: gcr.io" time="2021-12-03T23:53:33+01:00" level=trace msg="User-Agent: skaffold/v1.35.0 (linux/amd64) go-containerregistry/v0.6.0" time="2021-12-03T23:53:33+01:00" level=trace msg="Authorization: <redacted>" time="2021-12-03T23:53:33+01:00" level=trace msg="Accept-Encoding: gzip" time="2021-12-03T23:53:33+01:00" level=trace time="2021-12-03T23:53:33+01:00" level=trace time="2021-12-03T23:53:33+01:00" level=trace msg="<-- 302 https://gcr.io/v2/distroless/static/blobs/sha256:bff4de2cb7e1dd0ed9797c6e33688f32f2ff0293ecee6fa069051081710bb61b (10.007962ms)" time="2021-12-03T23:53:33+01:00" level=trace msg="HTTP/2.0 302 Found" time="2021-12-03T23:53:33+01:00" level=trace msg="Alt-Svc: h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000,h3-Q050=\":443\"; ma=2592000,h3-Q046=\":443\"; ma=2592000,h3-Q043=\":443\"; ma=2592000,quic=\":443\"; ma=2592000; v=\"46,43\"" time="2021-12-03T23:53:33+01:00" level=trace msg="Cache-Control: private" time="2021-12-03T23:53:33+01:00" level=trace msg="Content-Type: application/json" time="2021-12-03T23:53:33+01:00" level=trace msg="Date: Fri, 03 Dec 2021 22:53:33 GMT" time="2021-12-03T23:53:33+01:00" level=trace msg="Docker-Distribution-Api-Version: registry/2.0" time="2021-12-03T23:53:33+01:00" level=trace msg="Location: https://storage.googleapis.com/artifacts.distroless.appspot.com/containers/images/sha256:bff4de2cb7e1dd0ed9797c6e33688f32f2ff0293ecee6fa069051081710bb61b?access_token=ya29.a0ARrdaM_3GPrQgtdGl2iufAKy9TZ5eVljvrblyLNAzFBNrBSrKNZwv0WCS5LArLzWQYPsVn51qOv_Dum4BSX7EXi5RpEffVqO6L6DoMFaZjl6JS0D5hw_-J0dREV1p5beioHfn_qCt0BmEDMdY0mEzJQfWEity9w" time="2021-12-03T23:53:33+01:00" level=trace msg="Server: Docker Registry" time="2021-12-03T23:53:33+01:00" level=trace msg="X-Frame-Options: SAMEORIGIN" time="2021-12-03T23:53:33+01:00" level=trace msg="X-Xss-Protection: 0" time="2021-12-03T23:53:33+01:00" level=trace time="2021-12-03T23:53:33+01:00" level=trace msg="{\"errors\":[]}" time="2021-12-03T23:53:33+01:00" level=trace msg="--> GET https://storage.googleapis.com/artifacts.distroless.appspot.com/containers/images/sha256:bff4de2cb7e1dd0ed9797c6e33688f32f2ff0293ecee6fa069051081710bb61b?access_token=ya29.a0ARrdaM_3GPrQgtdGl2iufAKy9TZ5eVljvrblyLNAzFBNrBSrKNZwv0WCS5LArLzWQYPsVn51qOv_Dum4BSX7EXi5RpEffVqO6L6DoMFaZjl6JS0D5hw_-J0dREV1p5beioHfn_qCt0BmEDMdY0mEzJQfWEity9w" time="2021-12-03T23:53:33+01:00" level=trace msg="GET /artifacts.distroless.appspot.com/containers/images/sha256:bff4de2cb7e1dd0ed9797c6e33688f32f2ff0293ecee6fa069051081710bb61b?access_token=ya29.a0ARrdaM_3GPrQgtdGl2iufAKy9TZ5eVljvrblyLNAzFBNrBSrKNZwv0WCS5LArLzWQYPsVn51qOv_Dum4BSX7EXi5RpEffVqO6L6DoMFaZjl6JS0D5hw_-J0dREV1p5beioHfn_qCt0BmEDMdY0mEzJQfWEity9w HTTP/1.1" time="2021-12-03T23:53:33+01:00" level=trace msg="Host: storage.googleapis.com" time="2021-12-03T23:53:33+01:00" level=trace msg="User-Agent: skaffold/v1.35.0 (linux/amd64) go-containerregistry/v0.6.0" time="2021-12-03T23:53:33+01:00" level=trace msg="Referer: https://gcr.io/v2/distroless/static/blobs/sha256:bff4de2cb7e1dd0ed9797c6e33688f32f2ff0293ecee6fa069051081710bb61b" time="2021-12-03T23:53:33+01:00" level=trace msg="Accept-Encoding: gzip" time="2021-12-03T23:53:33+01:00" level=trace time="2021-12-03T23:53:33+01:00" level=trace time="2021-12-03T23:53:34+01:00" level=trace msg="<-- 200 https://storage.googleapis.com/artifacts.distroless.appspot.com/containers/images/sha256:bff4de2cb7e1dd0ed9797c6e33688f32f2ff0293ecee6fa069051081710bb61b?access_token=ya29.a0ARrdaM_3GPrQgtdGl2iufAKy9TZ5eVljvrblyLNAzFBNrBSrKNZwv0WCS5LArLzWQYPsVn51qOv_Dum4BSX7EXi5RpEffVqO6L6DoMFaZjl6JS0D5hw_-J0dREV1p5beioHfn_qCt0BmEDMdY0mEzJQfWEity9w (495.655413ms)" time="2021-12-03T23:53:34+01:00" level=trace msg="HTTP/2.0 200 OK" time="2021-12-03T23:53:34+01:00" level=trace msg="Content-Length: 478" time="2021-12-03T23:53:34+01:00" level=trace msg="Accept-Ranges: bytes" time="2021-12-03T23:53:34+01:00" level=trace msg="Alt-Svc: h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000,h3-Q050=\":443\"; ma=2592000,h3-Q046=\":443\"; ma=2592000,h3-Q043=\":443\"; ma=2592000,quic=\":443\"; ma=2592000; v=\"46,43\"" time="2021-12-03T23:53:34+01:00" level=trace msg="Cache-Control: public, max-age=3600" time="2021-12-03T23:53:34+01:00" level=trace msg="Content-Type: application/octet-stream" time="2021-12-03T23:53:34+01:00" level=trace msg="Date: Fri, 03 Dec 2021 22:53:34 GMT" time="2021-12-03T23:53:34+01:00" level=trace msg="Etag: \"a515873c08a6fc2101af23d2a324ec85\"" time="2021-12-03T23:53:34+01:00" level=trace msg="Expires: Fri, 03 Dec 2021 23:53:34 GMT" time="2021-12-03T23:53:34+01:00" level=trace msg="Last-Modified: Wed, 27 Oct 2021 16:37:51 GMT" time="2021-12-03T23:53:34+01:00" level=trace msg="Server: UploadServer" time="2021-12-03T23:53:34+01:00" level=trace msg="X-Goog-Generation: 1635352671497069" time="2021-12-03T23:53:34+01:00" level=trace msg="X-Goog-Hash: crc32c=aGrlcw==" time="2021-12-03T23:53:34+01:00" level=info msg="Using build config ko://go.seankhliao.com/testrepo-705/cmd/p for go.seankhliao.com/testrepo-705/cmd/p" time="2021-12-03T23:53:34+01:00" level=trace msg="X-Goog-Hash: md5=pRWHPAim/CEBryPSoyTshQ==" time="2021-12-03T23:53:34+01:00" level=trace msg="X-Goog-Metageneration: 1" time="2021-12-03T23:53:34+01:00" level=trace msg="X-Goog-Storage-Class: STANDARD" time="2021-12-03T23:53:34+01:00" level=trace msg="X-Goog-Stored-Content-Encoding: identity" time="2021-12-03T23:53:34+01:00" level=trace msg="X-Goog-Stored-Content-Length: 478" time="2021-12-03T23:53:34+01:00" level=trace msg="X-Guploader-Uploadid: ADPycdsEJUCEXjulmJD9xtjOYHjbU7LzmB1h2loa67cg4CDi7uHOubK0fLrwwCDA5bolwOt6M9ZHC4XKQwDVy5PMHJqQnbehxQ" time="2021-12-03T23:53:34+01:00" level=info msg="Building go.seankhliao.com/testrepo-705/cmd/p for linux/amd64" time="2021-12-03T23:53:34+01:00" level=trace time="2021-12-03T23:53:34+01:00" level=trace msg="{\"architecture\":\"amd64\",\"author\":\"Bazel\",\"created\":\"1970-01-01T00:00:00Z\",\"history\":[{\"author\":\"Bazel\",\"created\":\"1970-01-01T00:00:00Z\",\"created_by\":\"bazel build ...\"}],\"os\":\"linux\",\"rootfs\":{\"type\":\"layers\",\"diff_ids\":[\"sha256:6d75f23be3ddcb784b51ea7ef9b6a3a038f9e0b2f08f08628b226dba8b5161f8\"]},\"config\":{\"Env\":[\"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin\",\"SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt\"],\"User\":\"65532\",\"WorkingDir\":\"/home/nonroot\"}}" time="2021-12-03T23:53:34+01:00" level=info msg="Publishing go.seankhliao.com/testrepo-705/cmd/p:latest" time="2021-12-03T23:53:34+01:00" level=trace msg="--> GET https://go.seankhliao.com/v2/" time="2021-12-03T23:53:34+01:00" level=trace msg="GET /v2/ HTTP/1.1" time="2021-12-03T23:53:34+01:00" level=trace msg="Host: go.seankhliao.com" time="2021-12-03T23:53:34+01:00" level=trace msg="User-Agent: skaffold/v1.35.0 (linux/amd64) go-containerregistry/v0.6.0" time="2021-12-03T23:53:34+01:00" level=trace msg="Accept-Encoding: gzip" time="2021-12-03T23:53:34+01:00" level=trace time="2021-12-03T23:53:34+01:00" level=trace time="2021-12-03T23:53:35+01:00" level=trace msg="<-- 200 https://go.seankhliao.com/v2/ (549.267295ms)" time="2021-12-03T23:53:35+01:00" level=trace msg="HTTP/2.0 200 OK" time="2021-12-03T23:53:35+01:00" level=trace msg="Connection: close" time="2021-12-03T23:53:35+01:00" level=trace msg="Content-Type: text/html; charset=utf-8" time="2021-12-03T23:53:35+01:00" level=trace msg="Date: Fri, 03 Dec 2021 22:53:35 GMT" time="2021-12-03T23:53:35+01:00" level=trace msg="Server: Google Frontend" time="2021-12-03T23:53:35+01:00" level=trace time="2021-12-03T23:53:35+01:00" level=trace msg="<!doctype html><html lang=en><meta charset=utf-8><meta name=viewport content=\"width=device-width,minimum-scale=1,initial-scale=1\"><title>go.seankhliao.com/v2</title><meta name=go-import content=\"go.seankhliao.com/v2 git https://github.com/seankhliao/v2\"><meta name=go-source content=\"go.seankhliao.com/v2" time="2021-12-03T23:53:35+01:00" level=trace msg=" https://github.com/seankhliao/v2" time="2021-12-03T23:53:35+01:00" level=trace msg=" https://github.com/seankhliao/v2/tree/master{/dir}" time="2021-12-03T23:53:35+01:00" level=trace msg=" https://github.com/seankhliao/v2/blob/master{/dir}/{file}#L{line}\"><meta http-equiv=refresh content=\"5;url=https://pkg.go.dev/go.seankhliao.com/v2\"><link rel=canonical href=https://go.seankhliao.com/v2><link rel=manifest href=/manifest.json><meta name=theme-color content=\"#000000\"><meta name=description content=\"module go.seankhliao.com/v2\"><link rel=icon href=https://seankhliao.com/favicon.ico><link rel=icon href=https://seankhliao.com/static/icon.svg type=image/svg+xml sizes=any><link rel=apple-touch-icon href=https://seankhliao.com/static/icon-192.png><style>*{box-sizing:border-box}:root{background:#000;color:#eceff1;font:18px inconsolata,monospace}@font-face{font-family:inconsolata;font-style:normal;font-weight:400;font-display:swap;src:local(\"Inconsolata\"),local(\"Inconsolata-Regular\"),url(https://seankhliao.com/static/inconsolata-var.woff2)format(\"woff2-variations\"),url(https://seankhliao.com/static/inconsolata-400.woff2)format(\"woff2\")}@font-face{font-family:inconsolata;font-style:normal;font-weight:700;font-display:swap;src:local(\"Inconsolata Bold\"),local(\"Inconsolata-Bold\"),url(https://seankhliao.com/static/inconsolata-var.woff2)format(\"woff2-variations\"),url(https://seankhliao.com/static/inconsolata-700.woff2)format(\"woff2\")}@font-face{font-family:lora;font-style:normal;font-weight:400;font-display:swap;src:local(\"Lora\"),local(\"Lora-Regular\"),url(https://seankhliao.com/static/lora-var.woff2)format(\"woff2-variations\"),url(https://seankhliao.com/static/lora-400.woff2)format(\"woff2\")}@font-face{font-family:lora;font-style:normal;font-weight:700;font-display:swap;src:local(\"Lora Bold\"),local(\"Lora-Bold\"),url(https://seankhliao.com/static/lora-var.woff2)format(\"woff2-variations\"),url(https://seankhliao.com/static/lora-700.woff2)format(\"woff2\")}body{grid:3.5vh 3.5vh/1fr repeat(3,minmax(90px,280px))1fr;display:grid;gap:0 1em;margin:0;padding:1vmin;background:#000;color:#eceff1;font:18px inconsolata,monospace}body>*{grid-column:2/span 3}h1{font-size:3vmin;grid-area:1/4/span 1/span 1;margin:0;place-self:end}h2{color:#999;font-size:2.5vmin;grid-area:2/4/span 1/span 1;place-self:start end;text-align:right}hgroup{font:700 2.5vmin lora,serif;grid-area:1/2/span 2/span 1;margin:0;place-self:end start}hgroup a{display:grid;grid:repeat(2,3vmin)/repeat(8,4vmin);place-content:center center}hgroup *:nth-child(n+5){grid-row:2/span 1}footer,iframe,pre,table,picture{grid-column:1/span 5;margin:.25em -1vmin 2em}picture img{width:100%;margin:auto}h3,h4,picture{margin:1em 0 .25em}h5,h6{margin:1.5em 0 .25em}h3{font-size:2.441em}h4{font-size:1.953em}h5{font-size:1.563em}h6{font-size:1.25em}p{line-height:1.5;margin:0 0 1em}footer{margin:10vh auto 3vh}a,a:visited{color:inherit;font-weight:700;text-decoration:underline 1px #707070}a:hover{color:#a06be0;transition:color .16s;text-decoration:underline 1px #a06be0}h1 a,h1 a:hover,h1 a:visited,hgroup a,hgroup a:hover,hgroup a:visited{color:inherit;text-decoration:none}ul{list-style:none;margin:0}ul>*{margin:.5em;line-height:1.5em}ul>li:before{content:\"»\";margin:0 1ch 0 -3ch;position:absolute}ol>*{line-height:1.75em}blockquote{margin:1em;padding:.25em 1em;border-left:1ch solid #999}code{background:#303030;font:1em inconsolata,monospace;padding:.1em}pre{background:#303030;overflow-x:scroll;padding:1em}pre::-webkit-scrollbar{display:none}pre code{padding:0}iframe{margin:auto}em{color:#a06be0;background-color:unset;font-style:normal;font-weight:700}time{color:#999}table{border-collapse:collapse;border-style:hidden}th,td{padding:.4em;text-align:left}th{font-weight:700;border-bottom:.2em solid #999}tr:nth-child(5n) td{border-bottom:.1em solid #999}tbody tr:hover{background:#404040}body>*:last-child::after{margin:0 .5em;content:\"■\";color:#a06be0}noscript iframe{height:0;width:0;display:none;visibility:hidden}</style><h1>go.seankhliao.com/v2</h1><h2>module go.seankhliao.com/v2</h2><hgroup><a href=\"https://seankhliao.com/?utm_medium=sites&utm_source=https://go.seankhliao.com/v2\"><span>S</span><span>E</span><span>A</span><span>N</span>" time="2021-12-03T23:53:35+01:00" level=trace msg="<em>K</em><em>.</em><em>H</em><em>.</em>" time="2021-12-03T23:53:35+01:00" level=trace msg="<span>L</span><span>I</span><span>A</span><span>O</span></a></hgroup><h3 id=-goseankhliaocom---v2><em>go.seankhliao.com</em> / v2</h3><p><em>source:</em> <a href=https://github.com/seankhliao.com/v2>github</a><p><em>docs:</em> <a href=https://pkg.go.dev/go.seankhliao.com/v2>pkg.go.dev</a><footer><a href=\"https://seankhliao.com/?utm_medium=sites&utm_source=https://go.seankhliao.com/v2\">home</a>" time="2021-12-03T23:53:35+01:00" level=trace msg="|" time="2021-12-03T23:53:35+01:00" level=trace msg="<a href=\"https://seankhliao.com/blog/?utm_medium=sites&utm_source=https://go.seankhliao.com/v2\">blog</a>" time="2021-12-03T23:53:35+01:00" level=trace msg="|" time="2021-12-03T23:53:35+01:00" level=trace msg="<a href=https://github.com/seankhliao>github</a></footer>" time="2021-12-03T23:53:35+01:00" level=trace msg="--> HEAD https://go.seankhliao.com/v2/testrepo-705/cmd/p/blobs/sha256:e8614d09b7bebabd9d8a450f44e88a8807c98a438a2ddd63146865286b132d1b" time="2021-12-03T23:53:35+01:00" level=trace msg="--> HEAD https://go.seankhliao.com/v2/testrepo-705/cmd/p/blobs/sha256:250c06f7c38e52dc77e5c7586c3e40280dc7ff9bb9007c396e06d96736cf8542" time="2021-12-03T23:53:35+01:00" level=trace msg="--> HEAD https://go.seankhliao.com/v2/testrepo-705/cmd/p/blobs/sha256:95a4399973f5421d9c8c599aabd5c82b3632a75d0aaa5d47604464cac85d177e" time="2021-12-03T23:53:35+01:00" level=trace msg="HEAD /v2/testrepo-705/cmd/p/blobs/sha256:250c06f7c38e52dc77e5c7586c3e40280dc7ff9bb9007c396e06d96736cf8542 HTTP/1.1" time="2021-12-03T23:53:35+01:00" level=trace msg="Host: go.seankhliao.com" time="2021-12-03T23:53:35+01:00" level=trace msg="User-Agent: skaffold/v1.35.0 (linux/amd64) go-containerregistry/v0.6.0" time="2021-12-03T23:53:35+01:00" level=trace time="2021-12-03T23:53:35+01:00" level=trace time="2021-12-03T23:53:35+01:00" level=trace msg="HEAD /v2/testrepo-705/cmd/p/blobs/sha256:e8614d09b7bebabd9d8a450f44e88a8807c98a438a2ddd63146865286b132d1b HTTP/1.1" time="2021-12-03T23:53:35+01:00" level=trace msg="Host: go.seankhliao.com" time="2021-12-03T23:53:35+01:00" level=trace msg="User-Agent: skaffold/v1.35.0 (linux/amd64) go-containerregistry/v0.6.0" time="2021-12-03T23:53:35+01:00" level=trace time="2021-12-03T23:53:35+01:00" level=trace time="2021-12-03T23:53:35+01:00" level=trace msg="HEAD /v2/testrepo-705/cmd/p/blobs/sha256:95a4399973f5421d9c8c599aabd5c82b3632a75d0aaa5d47604464cac85d177e HTTP/1.1" time="2021-12-03T23:53:35+01:00" level=trace msg="Host: go.seankhliao.com" time="2021-12-03T23:53:35+01:00" level=trace msg="User-Agent: skaffold/v1.35.0 (linux/amd64) go-containerregistry/v0.6.0" time="2021-12-03T23:53:35+01:00" level=trace time="2021-12-03T23:53:35+01:00" level=trace time="2021-12-03T23:53:35+01:00" level=trace msg="<-- 200 https://go.seankhliao.com/v2/testrepo-705/cmd/p/blobs/sha256:250c06f7c38e52dc77e5c7586c3e40280dc7ff9bb9007c396e06d96736cf8542 (188.832974ms)" time="2021-12-03T23:53:35+01:00" level=trace msg="HTTP/2.0 200 OK" time="2021-12-03T23:53:35+01:00" level=info msg="existing blob: sha256:250c06f7c38e52dc77e5c7586c3e40280dc7ff9bb9007c396e06d96736cf8542" time="2021-12-03T23:53:35+01:00" level=trace msg="Connection: close" time="2021-12-03T23:53:35+01:00" level=trace msg="Content-Type: text/html; charset=utf-8" time="2021-12-03T23:53:35+01:00" level=trace msg="Date: Fri, 03 Dec 2021 22:53:35 GMT" time="2021-12-03T23:53:35+01:00" level=trace msg="Server: Google Frontend" time="2021-12-03T23:53:35+01:00" level=trace time="2021-12-03T23:53:35+01:00" level=trace time="2021-12-03T23:53:35+01:00" level=trace msg="<-- 200 https://go.seankhliao.com/v2/testrepo-705/cmd/p/blobs/sha256:e8614d09b7bebabd9d8a450f44e88a8807c98a438a2ddd63146865286b132d1b (188.093922ms)" time="2021-12-03T23:53:35+01:00" level=trace msg="HTTP/2.0 200 OK" time="2021-12-03T23:53:35+01:00" level=trace msg="Connection: close" time="2021-12-03T23:53:35+01:00" level=trace msg="Content-Type: text/html; charset=utf-8" time="2021-12-03T23:53:35+01:00" level=trace msg="Date: Fri, 03 Dec 2021 22:53:35 GMT" time="2021-12-03T23:53:35+01:00" level=info msg="existing blob: sha256:e8614d09b7bebabd9d8a450f44e88a8807c98a438a2ddd63146865286b132d1b" time="2021-12-03T23:53:35+01:00" level=trace msg="Server: Google Frontend" time="2021-12-03T23:53:35+01:00" level=trace time="2021-12-03T23:53:35+01:00" level=trace time="2021-12-03T23:53:35+01:00" level=trace msg="<-- 200 https://go.seankhliao.com/v2/testrepo-705/cmd/p/blobs/sha256:95a4399973f5421d9c8c599aabd5c82b3632a75d0aaa5d47604464cac85d177e (187.446376ms)" time="2021-12-03T23:53:35+01:00" level=info msg="existing blob: sha256:95a4399973f5421d9c8c599aabd5c82b3632a75d0aaa5d47604464cac85d177e" time="2021-12-03T23:53:35+01:00" level=trace msg="HTTP/2.0 200 OK" time="2021-12-03T23:53:35+01:00" level=trace msg="Connection: close" time="2021-12-03T23:53:35+01:00" level=trace msg="Content-Type: text/html; charset=utf-8" time="2021-12-03T23:53:35+01:00" level=trace msg="Date: Fri, 03 Dec 2021 22:53:35 GMT" time="2021-12-03T23:53:35+01:00" level=trace msg="Server: Google Frontend" time="2021-12-03T23:53:35+01:00" level=trace time="2021-12-03T23:53:35+01:00" level=trace time="2021-12-03T23:53:35+01:00" level=trace msg="--> HEAD https://go.seankhliao.com/v2/testrepo-705/cmd/p/blobs/sha256:4245ebb96a66e73371078ffa2aa553e23e5a94b7e07edacf17fcf1e7236e00f6" time="2021-12-03T23:53:35+01:00" level=trace msg="HEAD /v2/testrepo-705/cmd/p/blobs/sha256:4245ebb96a66e73371078ffa2aa553e23e5a94b7e07edacf17fcf1e7236e00f6 HTTP/1.1" time="2021-12-03T23:53:35+01:00" level=trace msg="Host: go.seankhliao.com" time="2021-12-03T23:53:35+01:00" level=trace msg="User-Agent: skaffold/v1.35.0 (linux/amd64) go-containerregistry/v0.6.0" time="2021-12-03T23:53:35+01:00" level=trace time="2021-12-03T23:53:35+01:00" level=trace time="2021-12-03T23:53:35+01:00" level=trace msg="<-- 200 https://go.seankhliao.com/v2/testrepo-705/cmd/p/blobs/sha256:4245ebb96a66e73371078ffa2aa553e23e5a94b7e07edacf17fcf1e7236e00f6 (218.781962ms)" time="2021-12-03T23:53:35+01:00" level=trace msg="HTTP/2.0 200 OK" time="2021-12-03T23:53:35+01:00" level=trace msg="Connection: close" time="2021-12-03T23:53:35+01:00" level=trace msg="Content-Type: text/html; charset=utf-8" time="2021-12-03T23:53:35+01:00" level=trace msg="Date: Fri, 03 Dec 2021 22:53:35 GMT" time="2021-12-03T23:53:35+01:00" level=trace msg="Server: Google Frontend" time="2021-12-03T23:53:35+01:00" level=trace time="2021-12-03T23:53:35+01:00" level=trace time="2021-12-03T23:53:35+01:00" level=info msg="existing blob: sha256:4245ebb96a66e73371078ffa2aa553e23e5a94b7e07edacf17fcf1e7236e00f6" time="2021-12-03T23:53:35+01:00" level=trace msg="--> PUT https://go.seankhliao.com/v2/testrepo-705/cmd/p/manifests/latest" time="2021-12-03T23:53:35+01:00" level=trace msg="PUT /v2/testrepo-705/cmd/p/manifests/latest HTTP/1.1" time="2021-12-03T23:53:35+01:00" level=trace msg="Host: go.seankhliao.com" time="2021-12-03T23:53:35+01:00" level=trace msg="User-Agent: skaffold/v1.35.0 (linux/amd64) go-containerregistry/v0.6.0" time="2021-12-03T23:53:35+01:00" level=trace msg="Content-Length: 952" time="2021-12-03T23:53:35+01:00" level=trace msg="Content-Type: application/vnd.docker.distribution.manifest.v2+json" time="2021-12-03T23:53:35+01:00" level=trace msg="Accept-Encoding: gzip" time="2021-12-03T23:53:35+01:00" level=trace time="2021-12-03T23:53:35+01:00" level=trace msg="{\"schemaVersion\":2,\"mediaType\":\"application/vnd.docker.distribution.manifest.v2+json\",\"config\":{\"mediaType\":\"application/vnd.docker.container.image.v1+json\",\"size\":1021,\"digest\":\"sha256:4245ebb96a66e73371078ffa2aa553e23e5a94b7e07edacf17fcf1e7236e00f6\"},\"layers\":[{\"mediaType\":\"application/vnd.docker.image.rootfs.diff.tar.gzip\",\"size\":803814,\"digest\":\"sha256:e8614d09b7bebabd9d8a450f44e88a8807c98a438a2ddd63146865286b132d1b\"},{\"mediaType\":\"application/vnd.docker.image.rootfs.diff.tar.gzip\",\"size\":127,\"digest\":\"sha256:250c06f7c38e52dc77e5c7586c3e40280dc7ff9bb9007c396e06d96736cf8542\"},{\"mediaType\":\"application/vnd.docker.image.rootfs.diff.tar.gzip\",\"size\":2106493,\"digest\":\"sha256:95a4399973f5421d9c8c599aabd5c82b3632a75d0aaa5d47604464cac85d177e\"}],\"annotations\":{\"org.opencontainers.image.base.digest\":\"sha256:213a6d5205aa1421bd128b0396232a22fbb4eec4cbe510118f665398248f6d9a\",\"org.opencontainers.image.base.name\":\"gcr.io/distroless/static:nonroot\"}}" time="2021-12-03T23:53:35+01:00" level=trace msg="<-- 200 https://go.seankhliao.com/v2/testrepo-705/cmd/p/manifests/latest (122.759626ms)" time="2021-12-03T23:53:35+01:00" level=trace msg="HTTP/2.0 200 OK" time="2021-12-03T23:53:35+01:00" level=trace msg="Connection: close" time="2021-12-03T23:53:35+01:00" level=trace msg="Content-Type: text/html; charset=utf-8" time="2021-12-03T23:53:35+01:00" level=trace msg="Date: Fri, 03 Dec 2021 22:53:35 GMT" time="2021-12-03T23:53:35+01:00" level=trace msg="Server: Google Frontend" time="2021-12-03T23:53:35+01:00" level=trace time="2021-12-03T23:53:35+01:00" level=trace msg="<!doctype html><html lang=en><meta charset=utf-8><meta name=viewport content=\"width=device-width,minimum-scale=1,initial-scale=1\"><title>go.seankhliao.com/v2</title><meta name=go-import content=\"go.seankhliao.com/v2 git https://github.com/seankhliao/v2\"><meta name=go-source content=\"go.seankhliao.com/v2" time="2021-12-03T23:53:35+01:00" level=trace msg=" https://github.com/seankhliao/v2" time="2021-12-03T23:53:35+01:00" level=trace msg=" https://github.com/seankhliao/v2/tree/master{/dir}" time="2021-12-03T23:53:35+01:00" level=trace msg=" https://github.com/seankhliao/v2/blob/master{/dir}/{file}#L{line}\"><meta http-equiv=refresh content=\"5;url=https://pkg.go.dev/go.seankhliao.com/v2\"><link rel=canonical href=https://go.seankhliao.com/v2><link rel=manifest href=/manifest.json><meta name=theme-color content=\"#000000\"><meta name=description content=\"module go.seankhliao.com/v2\"><link rel=icon href=https://seankhliao.com/favicon.ico><link rel=icon href=https://seankhliao.com/static/icon.svg type=image/svg+xml sizes=any><link rel=apple-touch-icon href=https://seankhliao.com/static/icon-192.png><style>*{box-sizing:border-box}:root{background:#000;color:#eceff1;font:18px inconsolata,monospace}@font-face{font-family:inconsolata;font-style:normal;font-weight:400;font-display:swap;src:local(\"Inconsolata\"),local(\"Inconsolata-Regular\"),url(https://seankhliao.com/static/inconsolata-var.woff2)format(\"woff2-variations\"),url(https://seankhliao.com/static/inconsolata-400.woff2)format(\"woff2\")}@font-face{font-family:inconsolata;font-style:normal;font-weight:700;font-display:swap;src:local(\"Inconsolata Bold\"),local(\"Inconsolata-Bold\"),url(https://seankhliao.com/static/inconsolata-var.woff2)format(\"woff2-variations\"),url(https://seankhliao.com/static/inconsolata-700.woff2)format(\"woff2\")}@font-face{font-family:lora;font-style:normal;font-weight:400;font-display:swap;src:local(\"Lora\"),local(\"Lora-Regular\"),url(https://seankhliao.com/static/lora-var.woff2)format(\"woff2-variations\"),url(https://seankhliao.com/static/lora-400.woff2)format(\"woff2\")}@font-face{font-family:lora;font-style:normal;font-weight:700;font-display:swap;src:local(\"Lora Bold\"),local(\"Lora-Bold\"),url(https://seankhliao.com/static/lora-var.woff2)format(\"woff2-variations\"),url(https://seankhliao.com/static/lora-700.woff2)format(\"woff2\")}body{grid:3.5vh 3.5vh/1fr repeat(3,minmax(90px,280px))1fr;display:grid;gap:0 1em;margin:0;padding:1vmin;background:#000;color:#eceff1;font:18px inconsolata,monospace}body>*{grid-column:2/span 3}h1{font-size:3vmin;grid-area:1/4/span 1/span 1;margin:0;place-self:end}h2{color:#999;font-size:2.5vmin;grid-area:2/4/span 1/span 1;place-self:start end;text-align:right}hgroup{font:700 2.5vmin lora,serif;grid-area:1/2/span 2/span 1;margin:0;place-self:end start}hgroup a{display:grid;grid:repeat(2,3vmin)/repeat(8,4vmin);place-content:center center}hgroup *:nth-child(n+5){grid-row:2/span 1}footer,iframe,pre,table,picture{grid-column:1/span 5;margin:.25em -1vmin 2em}picture img{width:100%;margin:auto}h3,h4,picture{margin:1em 0 .25em}h5,h6{margin:1.5em 0 .25em}h3{font-size:2.441em}h4{font-size:1.953em}h5{font-size:1.563em}h6{font-size:1.25em}p{line-height:1.5;margin:0 0 1em}footer{margin:10vh auto 3vh}a,a:visited{color:inherit;font-weight:700;text-decoration:underline 1px #707070}a:hover{color:#a06be0;transition:color .16s;text-decoration:underline 1px #a06be0}h1 a,h1 a:hover,h1 a:visited,hgroup a,hgroup a:hover,hgroup a:visited{color:inherit;text-decoration:none}ul{list-style:none;margin:0}ul>*{margin:.5em;line-height:1.5em}ul>li:before{content:\"»\";margin:0 1ch 0 -3ch;position:absolute}ol>*{line-height:1.75em}blockquote{margin:1em;padding:.25em 1em;border-left:1ch solid #999}code{background:#303030;font:1em inconsolata,monospace;padding:.1em}pre{background:#303030;overflow-x:scroll;padding:1em}pre::-webkit-scrollbar{display:none}pre code{padding:0}iframe{margin:auto}em{color:#a06be0;background-color:unset;font-style:normal;font-weight:700}time{color:#999}table{border-collapse:collapse;border-style:hidden}th,td{padding:.4em;text-align:left}th{font-weight:700;border-bottom:.2em solid #999}tr:nth-child(5n) td{border-bottom:.1em solid #999}tbody tr:hover{background:#404040}body>*:last-child::after{margin:0 .5em;content:\"■\";color:#a06be0}noscript iframe{height:0;width:0;display:none;visibility:hidden}</style><h1>go.seankhliao.com/v2</h1><h2>module go.seankhliao.com/v2</h2><hgroup><a href=\"https://seankhliao.com/?utm_medium=sites&utm_source=https://go.seankhliao.com/v2\"><span>S</span><span>E</span><span>A</span><span>N</span>" time="2021-12-03T23:53:35+01:00" level=trace msg="<em>K</em><em>.</em><em>H</em><em>.</em>" time="2021-12-03T23:53:35+01:00" level=info msg="go.seankhliao.com/testrepo-705/cmd/p:latest: digest: sha256:4977ac2843ad12803c8d6367297c882dc59a14f38e308a02937968acc36d7047 size: 952" time="2021-12-03T23:53:35+01:00" level=trace msg="<span>L</span><span>I</span><span>A</span><span>O</span></a></hgroup><h3 id=-goseankhliaocom---v2><em>go.seankhliao.com</em> / v2</h3><p><em>source:</em> <a href=https://github.com/seankhliao.com/v2>github</a><p><em>docs:</em> <a href=https://pkg.go.dev/go.seankhliao.com/v2>pkg.go.dev</a><footer><a href=\"https://seankhliao.com/?utm_medium=sites&utm_source=https://go.seankhliao.com/v2\">home</a>" time="2021-12-03T23:53:35+01:00" level=trace msg="|" time="2021-12-03T23:53:35+01:00" level=trace msg="<a href=\"https://seankhliao.com/blog/?utm_medium=sites&utm_source=https://go.seankhliao.com/v2\">blog</a>" go.seankhliao.com/testrepo-705/cmd/p@sha256:4977ac2843ad12803c8d6367297c882dc59a14f38e308a02937968acc36d7047 time="2021-12-03T23:53:35+01:00" level=trace msg="|" time="2021-12-03T23:53:35+01:00" level=info msg="Published go.seankhliao.com/testrepo-705/cmd/p@sha256:4977ac2843ad12803c8d6367297c882dc59a14f38e308a02937968acc36d7047" time="2021-12-03T23:53:35+01:00" level=trace msg="<a href=https://github.com/seankhliao>github</a></footer>" time="2021-12-03T23:53:35+01:00" level=info msg="Build completed in 3.922 seconds" subtask=-1 task=Build time="2021-12-03T23:53:35+01:00" level=debug msg="push value not present in isImageLocal(), defaulting to true because cluster.PushImages is true" subtask=-1 task=DevLoop time="2021-12-03T23:53:35+01:00" level=debug msg="exporting metrics" subtask=-1 task=DevLoop </pre> </details>
non_process
ko builder doesn t error when no default repo is set expected behavior skaffold returns an error when it can t infer a proper registry image name actual behavior skaffold hangs eventually times out trying to contact an unresolvable host information skaffold version operating system linux eevee smp preempt thu nov gnu linux installed via arch linux community repo contents of skaffold yaml yaml apiversion skaffold kind config metadata name authd build artifacts image ko go seankhliao com testrepo cmd p ko flags trimpath ldflags s w local concurrency tagpolicy deploy kubectl manifests deploy steps to reproduce the behavior unset default repo git clone cd testrepo skaffold build this succeeds but with a wrong image name and doesn t seem to output the image anywhere useful skaffold build second time this hangs maybe trying to lookup the previously built version it would also be nice to be able to specify the default repo in skaffold yaml instead of global config trace logs from build time level debug msg skaffold api not starting as it s not requested subtask task devloop time level info msg skaffold version configversion skaffold gitversion gitcommit builddate goversion compiler gc platform linux user subtask task devloop time level info msg loaded skaffold defaults from tmp skaffold subtask task devloop time level debug msg parsed configs from configuration file home arccy tmp testrepo skaffold yaml subtask task devloop time level trace msg validating yamltags of struct skaffoldconfig subtask task devloop time level trace msg validating yamltags of struct metadata subtask task devloop time level trace msg validating yamltags of struct pipeline subtask task devloop time level trace msg validating yamltags of struct buildconfig subtask task devloop time level trace msg validating yamltags of struct artifact subtask task devloop time level trace msg validating yamltags of struct artifacttype subtask task devloop time level trace msg validating yamltags of struct koartifact subtask task devloop time level trace msg validating yamltags of struct buildhooks subtask task devloop time level trace msg validating yamltags of struct tagpolicy subtask task devloop time level trace msg validating yamltags of struct shatagger subtask task devloop time level trace msg validating yamltags of struct buildtype subtask task devloop time level trace msg validating yamltags of struct localbuild subtask task devloop time level trace msg validating yamltags of struct deployconfig subtask task devloop time level trace msg validating yamltags of struct deploytype subtask task devloop time level trace msg validating yamltags of struct kubectldeploy subtask task devloop time level trace msg validating yamltags of struct kubectlflags subtask task devloop time level trace msg validating yamltags of struct deployhooks subtask task devloop time level trace msg validating yamltags of struct logsconfig subtask task devloop time level info msg using kubectl context default subtask task devloop time level debug msg running command subtask task devloop time level trace msg minikube cluster not detected starting command minikube version output json exec minikube executable file not found in path subtask task devloop time level trace msg minikube cluster not detected starting command minikube version output json exec minikube executable file not found in path subtask task devloop time level debug msg setting docker user agent to skaffold subtask task devloop time level debug msg using builder local subtask task devloop time level debug msg push value not present in newbuilder defaulting to true because cluster pushimages is true subtask task devloop time level info msg build concurrency first set to parsed from local builder subtask task devloop time level info msg final build concurrency value is subtask task devloop generating tags ko go seankhliao com testrepo cmd p ko go seankhliao com testrepo cmd p latest time level info msg tags generated in subtask task build checking cache time level debug msg could not import artifact from docker building instead import of missing images disabled subtask task build ko go seankhliao com testrepo cmd p not found building time level info msg cache check completed in subtask task build starting build building time level info msg no matching credentials were found falling back on anonymous time level info msg using base gcr io distroless static nonroot for go seankhliao com testrepo cmd p time level trace msg latest skaffold version subtask task devloop time level trace msg get time level trace msg get http time level trace msg host gcr io time level trace msg user agent skaffold linux go containerregistry time level trace msg accept encoding gzip time level trace time level trace time level trace msg time level trace msg http unauthorized time level trace msg alt svc ma ma ma ma ma quic ma v time level trace msg cache control private time level trace msg content type application json time level trace msg date fri dec gmt time level trace msg docker distribution api version registry time level trace msg server docker registry time level trace msg www authenticate bearer realm time level trace msg x frame options sameorigin time level trace msg x xss protection time level trace time level trace msg errors time level trace msg get time level trace msg get token scope repository service gcr io http time level trace msg host gcr io time level trace msg user agent skaffold linux go containerregistry time level trace msg authorization time level trace msg accept encoding gzip time level trace time level trace time level trace msg time level trace msg http ok time level trace msg alt svc ma ma ma ma ma quic ma v time level trace msg cache control private time level trace msg content type application json time level trace msg date fri dec gmt time level trace msg docker distribution api version registry time level trace msg server docker registry time level trace msg x frame options sameorigin time level trace msg x xss protection time level trace time level trace time level trace msg get time level trace msg get distroless static manifests nonroot http time level trace msg host gcr io time level trace msg user agent skaffold linux go containerregistry time level trace msg accept application vnd docker distribution manifest json application vnd docker distribution manifest prettyjws application vnd docker distribution manifest json application vnd oci image manifest json application vnd docker distribution manifest list json application vnd oci image index json time level trace msg authorization time level trace msg accept encoding gzip time level trace time level trace time level trace msg time level trace msg http ok time level trace msg content length time level trace msg alt svc ma ma ma ma ma quic ma v time level trace msg content type application vnd docker distribution manifest list json time level trace msg date fri dec gmt time level trace msg docker content digest time level trace msg docker distribution api version registry time level trace msg server docker registry time level trace msg x frame options sameorigin time level trace msg x xss protection time level trace time level trace msg time level trace msg schemaversion time level trace msg mediatype application vnd docker distribution manifest list json time level trace msg manifests time level trace msg time level trace msg mediatype application vnd docker distribution manifest json time level trace msg size time level trace msg digest time level trace msg platform time level trace msg architecture time level trace msg os linux time level trace msg time level trace msg time level trace msg time level trace msg mediatype application vnd docker distribution manifest json time level trace msg size time level trace msg digest time level trace msg platform time level trace msg architecture arm time level trace msg os linux time level trace msg time level trace msg time level trace msg time level trace msg mediatype application vnd docker distribution manifest json time level trace msg size time level trace msg digest time level trace msg platform time level trace msg architecture time level trace msg os linux time level trace msg time level trace msg time level trace msg time level trace msg mediatype application vnd docker distribution manifest json time level trace msg size time level trace msg digest time level trace msg platform time level trace msg architecture time level trace msg os linux time level trace msg time level trace msg time level trace msg time level trace msg mediatype application vnd docker distribution manifest json time level trace msg size time level trace msg digest time level trace msg platform time level trace msg architecture time level trace msg os linux time level trace msg time level trace msg time level trace msg time level trace msg time level trace msg get time level trace msg get distroless static manifests http time level trace msg host gcr io time level trace msg user agent skaffold linux go containerregistry time level trace msg accept application vnd docker distribution manifest json time level trace msg authorization time level trace msg accept encoding gzip time level trace time level trace time level trace msg time level trace msg http ok time level trace msg content length time level trace msg alt svc ma ma ma ma ma quic ma v time level trace msg content type application vnd docker distribution manifest json time level trace msg date fri dec gmt time level trace msg docker content digest time level trace msg docker distribution api version registry time level trace msg server docker registry time level trace msg x frame options sameorigin time level trace msg x xss protection time level trace time level trace msg schemaversion mediatype application vnd docker distribution manifest json config mediatype application vnd docker container image json size digest layers time level trace msg get time level trace msg get distroless static blobs http time level trace msg host gcr io time level trace msg user agent skaffold linux go containerregistry time level trace msg authorization time level trace msg accept encoding gzip time level trace time level trace time level trace msg time level trace msg http found time level trace msg alt svc ma ma ma ma ma quic ma v time level trace msg cache control private time level trace msg content type application json time level trace msg date fri dec gmt time level trace msg docker distribution api version registry time level trace msg location time level trace msg server docker registry time level trace msg x frame options sameorigin time level trace msg x xss protection time level trace time level trace msg errors time level trace msg get time level trace msg get artifacts distroless appspot com containers images access token http time level trace msg host storage googleapis com time level trace msg user agent skaffold linux go containerregistry time level trace msg referer time level trace msg accept encoding gzip time level trace time level trace time level trace msg time level trace msg http ok time level trace msg content length time level trace msg accept ranges bytes time level trace msg alt svc ma ma ma ma ma quic ma v time level trace msg cache control public max age time level trace msg content type application octet stream time level trace msg date fri dec gmt time level trace msg etag time level trace msg expires fri dec gmt time level trace msg last modified wed oct gmt time level trace msg server uploadserver time level trace msg x goog generation time level trace msg x goog hash agrlcw time level trace msg x goog hash prwhpaim cebrypsoytshq time level trace msg x goog metageneration time level trace msg x goog storage class standard time level trace msg x goog stored content encoding identity time level trace msg x goog stored content length time level trace msg x guploader uploadid zy qnv t time level trace time level trace msg architecture author bazel created history os linux rootfs type layers diff ids config env user workingdir home nonroot time level info msg using build config ko go seankhliao com testrepo cmd p for go seankhliao com testrepo cmd p time level info msg building go seankhliao com testrepo cmd p for linux time level info msg publishing go seankhliao com testrepo cmd p latest time level trace msg get time level trace msg get http time level trace msg host go seankhliao com time level trace msg user agent skaffold linux go containerregistry time level trace msg accept encoding gzip time level trace time level trace time level trace msg time level trace msg http ok time level trace msg connection close time level trace msg content type text html charset utf time level trace msg date fri dec gmt time level trace msg server google frontend time level trace time level trace msg go seankhliao com meta name go import content go seankhliao com git name go source content go seankhliao com time level trace msg time level trace msg time level trace msg http equiv refresh content url rel canonical href rel manifest href manifest json grid column span font size grid area span span margin place self end color font size grid area span span place self start end text align right hgroup font lora serif grid area span span margin place self end start hgroup a display grid grid repeat repeat place content center center hgroup nth child n grid row span footer iframe pre table picture grid column span margin picture img width margin auto picture margin margin font size font size font size font size p line height margin footer margin auto a a visited color inherit font weight text decoration underline a hover color transition color text decoration underline a a hover a visited hgroup a hgroup a hover hgroup a visited color inherit text decoration none ul list style none margin ul margin line height ul li before content » margin position absolute ol line height blockquote margin padding border left solid code background font inconsolata monospace padding pre background overflow x scroll padding pre webkit scrollbar display none pre code padding iframe margin auto em color background color unset font style normal font weight time color table border collapse collapse border style hidden th td padding text align left th font weight border bottom solid tr nth child td border bottom solid tbody tr hover background body last child after margin content ■ color noscript iframe height width display none visibility hidden go seankhliao com module go seankhliao com a href time level trace msg k h time level trace msg l i a o go seankhliao com source a href a href href time level trace msg time level trace msg a href time level trace msg time level trace msg a href time level trace msg head time level trace msg head time level trace msg head time level trace msg head testrepo cmd p blobs http time level trace msg host go seankhliao com time level trace msg user agent skaffold linux go containerregistry time level trace time level trace time level trace msg head testrepo cmd p blobs http time level trace msg host go seankhliao com time level trace msg user agent skaffold linux go containerregistry time level trace time level trace time level trace msg head testrepo cmd p blobs http time level trace msg host go seankhliao com time level trace msg user agent skaffold linux go containerregistry time level trace time level trace time level trace msg time level trace msg time level trace msg http ok time level trace msg connection close time level info msg existing blob time level trace msg content type text html charset utf time level trace msg date fri dec gmt time level trace msg server google frontend time level trace time level trace time level trace msg http ok time level info msg existing blob time level trace msg connection close time level trace msg content type text html charset utf time level trace msg date fri dec gmt time level trace msg server google frontend time level trace time level trace time level trace msg time level info msg existing blob time level trace msg http ok time level trace msg connection close time level trace msg content type text html charset utf time level trace msg date fri dec gmt time level trace msg server google frontend time level trace time level trace time level trace msg head time level trace msg head testrepo cmd p blobs http time level trace msg host go seankhliao com time level trace msg user agent skaffold linux go containerregistry time level trace time level trace time level trace msg time level info msg existing blob time level trace msg http ok time level trace msg connection close time level trace msg content type text html charset utf time level trace msg date fri dec gmt time level trace msg server google frontend time level trace time level trace time level trace msg put time level trace msg put testrepo cmd p manifests latest http time level trace msg host go seankhliao com time level trace msg user agent skaffold linux go containerregistry time level trace msg content length time level trace msg content type application vnd docker distribution manifest json time level trace msg accept encoding gzip time level trace time level trace msg schemaversion mediatype application vnd docker distribution manifest json config mediatype application vnd docker container image json size digest layers annotations org opencontainers image base digest org opencontainers image base name gcr io distroless static nonroot time level trace msg time level trace msg http ok time level trace msg connection close time level trace msg content type text html charset utf time level trace msg date fri dec gmt time level trace msg server google frontend time level trace time level trace msg go seankhliao com meta name go import content go seankhliao com git name go source content go seankhliao com time level trace msg time level trace msg time level trace msg http equiv refresh content url rel canonical href rel manifest href manifest json grid column span font size grid area span span margin place self end color font size grid area span span place self start end text align right hgroup font lora serif grid area span span margin place self end start hgroup a display grid grid repeat repeat place content center center hgroup nth child n grid row span footer iframe pre table picture grid column span margin picture img width margin auto picture margin margin font size font size font size font size p line height margin footer margin auto a a visited color inherit font weight text decoration underline a hover color transition color text decoration underline a a hover a visited hgroup a hgroup a hover hgroup a visited color inherit text decoration none ul list style none margin ul margin line height ul li before content » margin position absolute ol line height blockquote margin padding border left solid code background font inconsolata monospace padding pre background overflow x scroll padding pre webkit scrollbar display none pre code padding iframe margin auto em color background color unset font style normal font weight time color table border collapse collapse border style hidden th td padding text align left th font weight border bottom solid tr nth child td border bottom solid tbody tr hover background body last child after margin content ■ color noscript iframe height width display none visibility hidden go seankhliao com module go seankhliao com a href time level trace msg k h time level info msg go seankhliao com testrepo cmd p latest digest size time level trace msg l i a o go seankhliao com source a href a href href time level trace msg go seankhliao com testrepo cmd p time level trace msg a href time level trace msg time level info msg published go seankhliao com testrepo cmd p time level trace msg a href time level info msg build completed in seconds subtask task build time level debug msg push value not present in isimagelocal defaulting to true because cluster pushimages is true subtask task devloop time level debug msg exporting metrics subtask task devloop trace logs from build time level debug msg skaffold api not starting as it s not requested subtask task devloop time level info msg skaffold version configversion skaffold gitversion gitcommit builddate goversion compiler gc platform linux user subtask task devloop time level info msg loaded skaffold defaults from tmp skaffold subtask task devloop time level debug msg parsed configs from configuration file home arccy tmp testrepo skaffold yaml subtask task devloop time level trace msg validating yamltags of struct skaffoldconfig subtask task devloop time level trace msg validating yamltags of struct metadata subtask task devloop time level trace msg validating yamltags of struct pipeline subtask task devloop time level trace msg validating yamltags of struct buildconfig subtask task devloop time level trace msg validating yamltags of struct artifact subtask task devloop time level trace msg validating yamltags of struct artifacttype subtask task devloop time level trace msg validating yamltags of struct koartifact subtask task devloop time level trace msg validating yamltags of struct buildhooks subtask task devloop time level trace msg validating yamltags of struct tagpolicy subtask task devloop time level trace msg validating yamltags of struct shatagger subtask task devloop time level trace msg validating yamltags of struct buildtype subtask task devloop time level trace msg validating yamltags of struct localbuild subtask task devloop time level trace msg validating yamltags of struct deployconfig subtask task devloop time level trace msg validating yamltags of struct deploytype subtask task devloop time level trace msg validating yamltags of struct kubectldeploy subtask task devloop time level trace msg validating yamltags of struct kubectlflags subtask task devloop time level trace msg validating yamltags of struct deployhooks subtask task devloop time level trace msg validating yamltags of struct logsconfig subtask task devloop time level info msg using kubectl context default subtask task devloop time level debug msg running command subtask task devloop time level trace msg minikube cluster not detected starting command minikube version output json exec minikube executable file not found in path subtask task devloop time level trace msg minikube cluster not detected starting command minikube version output json exec minikube executable file not found in path subtask task devloop time level debug msg setting docker user agent to skaffold subtask task devloop time level debug msg using builder local subtask task devloop time level debug msg push value not present in newbuilder defaulting to true because cluster pushimages is true subtask task devloop time level info msg build concurrency first set to parsed from local builder subtask task devloop time level info msg final build concurrency value is subtask task devloop generating tags ko go seankhliao com testrepo cmd p ko go seankhliao com testrepo cmd p latest time level info msg tags generated in subtask task build checking cache time level debug msg push value not present in isimagelocal defaulting to true because cluster pushimages is true subtask task devloop time level trace msg get time level trace msg get http time level trace msg host ko time level trace msg user agent go http client time level trace msg accept encoding gzip time level trace time level trace time level trace msg latest skaffold version subtask task devloop time level trace msg dial tcp lookup ko on server misbehaving get time level trace msg get time level trace msg get http time level trace msg host ko time level trace msg user agent go http client time level trace msg accept encoding gzip time level trace time level trace time level trace msg dial tcp lookup ko on server misbehaving get time level trace msg get time level trace msg get http time level trace msg host ko time level trace msg user agent go http client time level trace msg accept encoding gzip time level trace time level trace time level trace msg dial tcp lookup ko on server misbehaving get time level trace msg get time level trace msg get http time level trace msg host ko time level trace msg user agent go http client time level trace msg accept encoding gzip time level trace time level trace time level trace msg dial tcp lookup ko on server misbehaving get time level trace msg get time level trace msg get http time level trace msg host ko time level trace msg user agent go http client time level trace msg accept encoding gzip time level trace time level trace time level trace msg dial tcp lookup ko on server misbehaving get time level trace msg get time level trace msg get http time level trace msg host ko time level trace msg user agent go http client time level trace msg accept encoding gzip time level trace time level trace time level trace msg dial tcp lookup ko on server misbehaving get time level trace msg get time level trace msg get http time level trace msg host ko time level trace msg user agent go http client time level trace msg accept encoding gzip time level trace time level trace time level trace msg dial tcp lookup ko on server misbehaving get time level trace msg get time level trace msg get http time level trace msg host ko time level trace msg user agent go http client time level trace msg accept encoding gzip time level trace time level trace time level trace msg dial tcp lookup ko on server misbehaving get time level trace msg get time level trace msg get http time level trace msg host ko time level trace msg user agent go http client time level trace msg accept encoding gzip time level trace time level trace time level trace msg dial tcp lookup ko on server misbehaving get time level trace msg get time level trace msg get http time level trace msg host ko time level trace msg user agent go http client time level trace msg accept encoding gzip time level trace time level trace time level trace msg dial tcp lookup ko on server misbehaving get time level trace msg get time level trace msg get http time level trace msg host ko time level trace msg user agent go http client time level trace msg accept encoding gzip time level trace time level trace time level trace msg dial tcp lookup ko on server misbehaving get time level trace msg get time level trace msg get http time level trace msg host ko time level trace msg user agent go http client time level trace msg accept encoding gzip time level trace time level trace time level trace msg dial tcp lookup ko on server misbehaving get time level trace msg get time level trace msg get http time level trace msg host ko time level trace msg user agent go http client time level trace msg accept encoding gzip time level trace time level trace time level trace msg dial tcp lookup ko on server misbehaving get time level trace msg get time level trace msg get http time level trace msg host ko time level trace msg user agent go http client time level trace msg accept encoding gzip time level trace time level trace time level trace msg dial tcp lookup ko on server misbehaving get time level trace msg get time level trace msg get http time level trace msg host ko time level trace msg user agent go http client time level trace msg accept encoding gzip time level trace time level trace time level trace msg dial tcp lookup ko on server misbehaving get time level trace msg get time level trace msg get http time level trace msg host ko time level trace msg user agent go http client time level trace msg accept encoding gzip time level trace time level trace time level trace msg dial tcp lookup ko on server misbehaving get time level trace msg get time level trace msg get http time level trace msg host ko time level trace msg user agent go http client time level trace msg accept encoding gzip time level trace time level trace time level trace msg dial tcp lookup ko on server misbehaving get time level trace msg get time level trace msg get http time level trace msg host ko time level trace msg user agent go http client time level trace msg accept encoding gzip time level trace time level trace time level trace msg dial tcp lookup ko on server misbehaving get time level trace msg get time level trace msg get http time level trace msg host ko time level trace msg user agent go http client time level trace msg accept encoding gzip time level trace time level trace time level trace msg dial tcp lookup ko on server misbehaving get time level trace msg get time level trace msg get http time level trace msg host ko time level trace msg user agent go http client time level trace msg accept encoding gzip time level trace time level trace time level trace msg dial tcp lookup ko on server misbehaving get ko go seankhliao com testrepo cmd p not found building time level info msg cache check completed in minutes seconds subtask task build starting build building time level info msg no matching credentials were found falling back on anonymous time level info msg using base gcr io distroless static nonroot for go seankhliao com testrepo cmd p time level trace msg get time level trace msg get http time level trace msg host gcr io time level trace msg user agent skaffold linux go containerregistry time level trace msg accept encoding gzip time level trace time level trace time level trace msg time level trace msg http unauthorized time level trace msg alt svc ma ma ma ma ma quic ma v time level trace msg cache control private time level trace msg content type application json time level trace msg date fri dec gmt time level trace msg docker distribution api version registry time level trace msg server docker registry time level trace msg www authenticate bearer realm time level trace msg x frame options sameorigin time level trace msg x xss protection time level trace time level trace msg errors time level trace msg get time level trace msg get token scope repository service gcr io http time level trace msg host gcr io time level trace msg user agent skaffold linux go containerregistry time level trace msg authorization time level trace msg accept encoding gzip time level trace time level trace time level trace msg time level trace msg http ok time level trace msg alt svc ma ma ma ma ma quic ma v time level trace msg cache control private time level trace msg content type application json time level trace msg date fri dec gmt time level trace msg docker distribution api version registry time level trace msg server docker registry time level trace msg x frame options sameorigin time level trace msg x xss protection time level trace time level trace time level trace msg get time level trace msg get distroless static manifests nonroot http time level trace msg host gcr io time level trace msg user agent skaffold linux go containerregistry time level trace msg accept application vnd docker distribution manifest json application vnd docker distribution manifest prettyjws application vnd docker distribution manifest json application vnd oci image manifest json application vnd docker distribution manifest list json application vnd oci image index json time level trace msg authorization time level trace msg accept encoding gzip time level trace time level trace time level trace msg time level trace msg http ok time level trace msg content length time level trace msg alt svc ma ma ma ma ma quic ma v time level trace msg content type application vnd docker distribution manifest list json time level trace msg date fri dec gmt time level trace msg docker content digest time level trace msg docker distribution api version registry time level trace msg server docker registry time level trace msg x frame options sameorigin time level trace msg x xss protection time level trace time level trace msg time level trace msg schemaversion time level trace msg mediatype application vnd docker distribution manifest list json time level trace msg manifests time level trace msg time level trace msg mediatype application vnd docker distribution manifest json time level trace msg size time level trace msg digest time level trace msg platform time level trace msg architecture time level trace msg os linux time level trace msg time level trace msg time level trace msg time level trace msg mediatype application vnd docker distribution manifest json time level trace msg size time level trace msg digest time level trace msg platform time level trace msg architecture arm time level trace msg os linux time level trace msg time level trace msg time level trace msg time level trace msg mediatype application vnd docker distribution manifest json time level trace msg size time level trace msg digest time level trace msg platform time level trace msg architecture time level trace msg os linux time level trace msg time level trace msg time level trace msg time level trace msg mediatype application vnd docker distribution manifest json time level trace msg size time level trace msg digest time level trace msg platform time level trace msg architecture time level trace msg os linux time level trace msg time level trace msg time level trace msg time level trace msg mediatype application vnd docker distribution manifest json time level trace msg size time level trace msg digest time level trace msg platform time level trace msg architecture time level trace msg os linux time level trace msg time level trace msg time level trace msg time level trace msg time level trace msg get time level trace msg get distroless static manifests http time level trace msg host gcr io time level trace msg user agent skaffold linux go containerregistry time level trace msg accept application vnd docker distribution manifest json time level trace msg authorization time level trace msg accept encoding gzip time level trace time level trace time level trace msg time level trace msg http ok time level trace msg content length time level trace msg alt svc ma ma ma ma ma quic ma v time level trace msg content type application vnd docker distribution manifest json time level trace msg date fri dec gmt time level trace msg docker content digest time level trace msg docker distribution api version registry time level trace msg server docker registry time level trace msg x frame options sameorigin time level trace msg x xss protection time level trace time level trace msg schemaversion mediatype application vnd docker distribution manifest json config mediatype application vnd docker container image json size digest layers time level trace msg get time level trace msg get distroless static blobs http time level trace msg host gcr io time level trace msg user agent skaffold linux go containerregistry time level trace msg authorization time level trace msg accept encoding gzip time level trace time level trace time level trace msg time level trace msg http found time level trace msg alt svc ma ma ma ma ma quic ma v time level trace msg cache control private time level trace msg content type application json time level trace msg date fri dec gmt time level trace msg docker distribution api version registry time level trace msg location time level trace msg server docker registry time level trace msg x frame options sameorigin time level trace msg x xss protection time level trace time level trace msg errors time level trace msg get time level trace msg get artifacts distroless appspot com containers images access token http time level trace msg host storage googleapis com time level trace msg user agent skaffold linux go containerregistry time level trace msg referer time level trace msg accept encoding gzip time level trace time level trace time level trace msg time level trace msg http ok time level trace msg content length time level trace msg accept ranges bytes time level trace msg alt svc ma ma ma ma ma quic ma v time level trace msg cache control public max age time level trace msg content type application octet stream time level trace msg date fri dec gmt time level trace msg etag time level trace msg expires fri dec gmt time level trace msg last modified wed oct gmt time level trace msg server uploadserver time level trace msg x goog generation time level trace msg x goog hash agrlcw time level info msg using build config ko go seankhliao com testrepo cmd p for go seankhliao com testrepo cmd p time level trace msg x goog hash prwhpaim cebrypsoytshq time level trace msg x goog metageneration time level trace msg x goog storage class standard time level trace msg x goog stored content encoding identity time level trace msg x goog stored content length time level trace msg x guploader uploadid time level info msg building go seankhliao com testrepo cmd p for linux time level trace time level trace msg architecture author bazel created history os linux rootfs type layers diff ids config env user workingdir home nonroot time level info msg publishing go seankhliao com testrepo cmd p latest time level trace msg get time level trace msg get http time level trace msg host go seankhliao com time level trace msg user agent skaffold linux go containerregistry time level trace msg accept encoding gzip time level trace time level trace time level trace msg time level trace msg http ok time level trace msg connection close time level trace msg content type text html charset utf time level trace msg date fri dec gmt time level trace msg server google frontend time level trace time level trace msg go seankhliao com meta name go import content go seankhliao com git name go source content go seankhliao com time level trace msg time level trace msg time level trace msg http equiv refresh content url rel canonical href rel manifest href manifest json grid column span font size grid area span span margin place self end color font size grid area span span place self start end text align right hgroup font lora serif grid area span span margin place self end start hgroup a display grid grid repeat repeat place content center center hgroup nth child n grid row span footer iframe pre table picture grid column span margin picture img width margin auto picture margin margin font size font size font size font size p line height margin footer margin auto a a visited color inherit font weight text decoration underline a hover color transition color text decoration underline a a hover a visited hgroup a hgroup a hover hgroup a visited color inherit text decoration none ul list style none margin ul margin line height ul li before content » margin position absolute ol line height blockquote margin padding border left solid code background font inconsolata monospace padding pre background overflow x scroll padding pre webkit scrollbar display none pre code padding iframe margin auto em color background color unset font style normal font weight time color table border collapse collapse border style hidden th td padding text align left th font weight border bottom solid tr nth child td border bottom solid tbody tr hover background body last child after margin content ■ color noscript iframe height width display none visibility hidden go seankhliao com module go seankhliao com a href time level trace msg k h time level trace msg l i a o go seankhliao com source a href a href href time level trace msg time level trace msg a href time level trace msg time level trace msg a href time level trace msg head time level trace msg head time level trace msg head time level trace msg head testrepo cmd p blobs http time level trace msg host go seankhliao com time level trace msg user agent skaffold linux go containerregistry time level trace time level trace time level trace msg head testrepo cmd p blobs http time level trace msg host go seankhliao com time level trace msg user agent skaffold linux go containerregistry time level trace time level trace time level trace msg head testrepo cmd p blobs http time level trace msg host go seankhliao com time level trace msg user agent skaffold linux go containerregistry time level trace time level trace time level trace msg time level trace msg http ok time level info msg existing blob time level trace msg connection close time level trace msg content type text html charset utf time level trace msg date fri dec gmt time level trace msg server google frontend time level trace time level trace time level trace msg time level trace msg http ok time level trace msg connection close time level trace msg content type text html charset utf time level trace msg date fri dec gmt time level info msg existing blob time level trace msg server google frontend time level trace time level trace time level trace msg time level info msg existing blob time level trace msg http ok time level trace msg connection close time level trace msg content type text html charset utf time level trace msg date fri dec gmt time level trace msg server google frontend time level trace time level trace time level trace msg head time level trace msg head testrepo cmd p blobs http time level trace msg host go seankhliao com time level trace msg user agent skaffold linux go containerregistry time level trace time level trace time level trace msg time level trace msg http ok time level trace msg connection close time level trace msg content type text html charset utf time level trace msg date fri dec gmt time level trace msg server google frontend time level trace time level trace time level info msg existing blob time level trace msg put time level trace msg put testrepo cmd p manifests latest http time level trace msg host go seankhliao com time level trace msg user agent skaffold linux go containerregistry time level trace msg content length time level trace msg content type application vnd docker distribution manifest json time level trace msg accept encoding gzip time level trace time level trace msg schemaversion mediatype application vnd docker distribution manifest json config mediatype application vnd docker container image json size digest layers annotations org opencontainers image base digest org opencontainers image base name gcr io distroless static nonroot time level trace msg time level trace msg http ok time level trace msg connection close time level trace msg content type text html charset utf time level trace msg date fri dec gmt time level trace msg server google frontend time level trace time level trace msg go seankhliao com meta name go import content go seankhliao com git name go source content go seankhliao com time level trace msg time level trace msg time level trace msg http equiv refresh content url rel canonical href rel manifest href manifest json grid column span font size grid area span span margin place self end color font size grid area span span place self start end text align right hgroup font lora serif grid area span span margin place self end start hgroup a display grid grid repeat repeat place content center center hgroup nth child n grid row span footer iframe pre table picture grid column span margin picture img width margin auto picture margin margin font size font size font size font size p line height margin footer margin auto a a visited color inherit font weight text decoration underline a hover color transition color text decoration underline a a hover a visited hgroup a hgroup a hover hgroup a visited color inherit text decoration none ul list style none margin ul margin line height ul li before content » margin position absolute ol line height blockquote margin padding border left solid code background font inconsolata monospace padding pre background overflow x scroll padding pre webkit scrollbar display none pre code padding iframe margin auto em color background color unset font style normal font weight time color table border collapse collapse border style hidden th td padding text align left th font weight border bottom solid tr nth child td border bottom solid tbody tr hover background body last child after margin content ■ color noscript iframe height width display none visibility hidden go seankhliao com module go seankhliao com a href time level trace msg k h time level info msg go seankhliao com testrepo cmd p latest digest size time level trace msg l i a o go seankhliao com source a href a href href time level trace msg time level trace msg a href go seankhliao com testrepo cmd p time level trace msg time level info msg published go seankhliao com testrepo cmd p time level trace msg a href time level info msg build completed in seconds subtask task build time level debug msg push value not present in isimagelocal defaulting to true because cluster pushimages is true subtask task devloop time level debug msg exporting metrics subtask task devloop
0
777,829
27,295,477,946
IssuesEvent
2023-02-23 19:57:18
aws-solutions/amazon-marketing-cloud-uploader-from-aws
https://api.github.com/repos/aws-solutions/amazon-marketing-cloud-uploader-from-aws
closed
Allow users to upload data to existing datasets
priority:high
Implementation is finished but waiting until v2 to merge so that we can minimize risk for v1. See screenshots in the PR. Code review is TBD.
1.0
Allow users to upload data to existing datasets - Implementation is finished but waiting until v2 to merge so that we can minimize risk for v1. See screenshots in the PR. Code review is TBD.
non_process
allow users to upload data to existing datasets implementation is finished but waiting until to merge so that we can minimize risk for see screenshots in the pr code review is tbd
0
12,083
14,740,044,172
IssuesEvent
2021-01-07 08:25:04
kdjstudios/SABillingGitlab
https://api.github.com/repos/kdjstudios/SABillingGitlab
closed
Chicago - SA Billing - Late Fee Account List
anc-process anp-important ant-bug has attachment
In GitLab by @kdjstudios on Oct 3, 2018, 11:00 [Chicago.xlsx](/uploads/eee4b3c0face320382089ac41585ff70/Chicago.xlsx) HD: http://www.servicedesk.answernet.com/profiles/ticket/2018-10-03-83227/conversation
1.0
Chicago - SA Billing - Late Fee Account List - In GitLab by @kdjstudios on Oct 3, 2018, 11:00 [Chicago.xlsx](/uploads/eee4b3c0face320382089ac41585ff70/Chicago.xlsx) HD: http://www.servicedesk.answernet.com/profiles/ticket/2018-10-03-83227/conversation
process
chicago sa billing late fee account list in gitlab by kdjstudios on oct uploads chicago xlsx hd
1
604,340
18,681,936,115
IssuesEvent
2021-11-01 07:17:37
AY2122S1-CS2103T-W08-2/tp
https://api.github.com/repos/AY2122S1-CS2103T-W08-2/tp
closed
[PE-D] SampleDataUtil uses creates new instances of the same assessment and group each time
type.Bug priority.High severity.High
![image.png](https://raw.githubusercontent.com/jyrw/ped/main/files/1c315d51-21ae-48ae-84f6-03b446faaf07.png) When using the app with original sample data, typing `show -i e0263828` displays the above graph, where the cohort statistics are plotted wrongly. <!--session: 1635494499993-1caf9c77-6d2c-43d8-8ed5-c1e981a75991--> <!--Version: Web v3.4.1--> ------------- Labels: `type.FunctionalityBug` `severity.Low` original: jyrw/ped#9
1.0
[PE-D] SampleDataUtil uses creates new instances of the same assessment and group each time - ![image.png](https://raw.githubusercontent.com/jyrw/ped/main/files/1c315d51-21ae-48ae-84f6-03b446faaf07.png) When using the app with original sample data, typing `show -i e0263828` displays the above graph, where the cohort statistics are plotted wrongly. <!--session: 1635494499993-1caf9c77-6d2c-43d8-8ed5-c1e981a75991--> <!--Version: Web v3.4.1--> ------------- Labels: `type.FunctionalityBug` `severity.Low` original: jyrw/ped#9
non_process
sampledatautil uses creates new instances of the same assessment and group each time when using the app with original sample data typing show i displays the above graph where the cohort statistics are plotted wrongly labels type functionalitybug severity low original jyrw ped
0
19,116
5,798,151,207
IssuesEvent
2017-05-03 00:21:55
dotnet/coreclr
https://api.github.com/repos/dotnet/coreclr
opened
[RyuJIT][LSRA] Consider using a different selection order for tree temps than for vars
area-CodeGen tenet-performance
The legacy JIT uses a different selection order. This may be useful for caller-save registers, as it would be less likely for lclVars and tree temps to conflict. There is an associated TODO-CQ in the function header for `LinearScan::tryAllocateFreeReg()`. (This issue was migrated from the desktop bug tracking system.)
1.0
[RyuJIT][LSRA] Consider using a different selection order for tree temps than for vars - The legacy JIT uses a different selection order. This may be useful for caller-save registers, as it would be less likely for lclVars and tree temps to conflict. There is an associated TODO-CQ in the function header for `LinearScan::tryAllocateFreeReg()`. (This issue was migrated from the desktop bug tracking system.)
non_process
consider using a different selection order for tree temps than for vars the legacy jit uses a different selection order this may be useful for caller save registers as it would be less likely for lclvars and tree temps to conflict there is an associated todo cq in the function header for linearscan tryallocatefreereg this issue was migrated from the desktop bug tracking system
0
3,716
6,732,864,935
IssuesEvent
2017-10-18 13:07:15
lockedata/rcms
https://api.github.com/repos/lockedata/rcms
opened
Submit talks
osem processes speaker
## Detailed task - Submit a session - Edit sessions - See status of each talk ## Assessing the task Try to perform the task. Use google and the system documentation to help - part of what we're trying to assess how easy it is for people to work out how to do tasks. Use a 👍 (`:+1:`) reaction to this task if you were able to perform the task. Use a 👎 (`:-1:`) reaction to the task if you could not complete it. Add a reply with any comments or feedback. ## Extra Info - Site: [osem](https://intense-shore-93790.herokuapp.com/) - System documentation: [osem docs](http://osem.io/) - Role: Speaker - Area: Processes
1.0
Submit talks - ## Detailed task - Submit a session - Edit sessions - See status of each talk ## Assessing the task Try to perform the task. Use google and the system documentation to help - part of what we're trying to assess how easy it is for people to work out how to do tasks. Use a 👍 (`:+1:`) reaction to this task if you were able to perform the task. Use a 👎 (`:-1:`) reaction to the task if you could not complete it. Add a reply with any comments or feedback. ## Extra Info - Site: [osem](https://intense-shore-93790.herokuapp.com/) - System documentation: [osem docs](http://osem.io/) - Role: Speaker - Area: Processes
process
submit talks detailed task submit a session edit sessions see status of each talk assessing the task try to perform the task use google and the system documentation to help part of what we re trying to assess how easy it is for people to work out how to do tasks use a 👍 reaction to this task if you were able to perform the task use a 👎 reaction to the task if you could not complete it add a reply with any comments or feedback extra info site system documentation role speaker area processes
1
22,335
30,928,502,509
IssuesEvent
2023-08-06 19:46:50
hsmusic/hsmusic-wiki
https://api.github.com/repos/hsmusic/hsmusic-wiki
opened
Support short names for art tags!
scope: data processing scope: page generation - content thing: art tags scope: data format - YAML type: new feature scope: data format - thing objects
We have a lot of character tags on HSMusic, and we distinguish which is which using parentheses for characters from fanventures and other stories - "Tahoma (Crossmound)", "Enid (Desynced)", "Selene (Oceanfalls)", for example. These are definitely necessary to help identify those tags within data and distinguish them in listings, but they're a little bit useless on actual track and album pages. After all, odds are pretty darn good that everyone featured in a track for Oceanfalls... is probably from Oceanfalls! So I'm thinking "short names", like we have for static pages ("Discord" vs "Community Discord Server") and the wiki itself ("HSMusic Wiki" vs "Homestuck Music Wiki"), could serve art tags pretty well. Show the full name on tag pages and in listings, but within the tag list below an artwork, use the short names! You'll be able to specify short names manually if desired, e.g. `Short Name: Shrek`, but if left unspecified it'll automatically be computed as the main name, minus the parenthetical part at the end, so that it doesn't get tedious to write 'em out by hand for each non-Homestuck tag.
1.0
Support short names for art tags! - We have a lot of character tags on HSMusic, and we distinguish which is which using parentheses for characters from fanventures and other stories - "Tahoma (Crossmound)", "Enid (Desynced)", "Selene (Oceanfalls)", for example. These are definitely necessary to help identify those tags within data and distinguish them in listings, but they're a little bit useless on actual track and album pages. After all, odds are pretty darn good that everyone featured in a track for Oceanfalls... is probably from Oceanfalls! So I'm thinking "short names", like we have for static pages ("Discord" vs "Community Discord Server") and the wiki itself ("HSMusic Wiki" vs "Homestuck Music Wiki"), could serve art tags pretty well. Show the full name on tag pages and in listings, but within the tag list below an artwork, use the short names! You'll be able to specify short names manually if desired, e.g. `Short Name: Shrek`, but if left unspecified it'll automatically be computed as the main name, minus the parenthetical part at the end, so that it doesn't get tedious to write 'em out by hand for each non-Homestuck tag.
process
support short names for art tags we have a lot of character tags on hsmusic and we distinguish which is which using parentheses for characters from fanventures and other stories tahoma crossmound enid desynced selene oceanfalls for example these are definitely necessary to help identify those tags within data and distinguish them in listings but they re a little bit useless on actual track and album pages after all odds are pretty darn good that everyone featured in a track for oceanfalls is probably from oceanfalls so i m thinking short names like we have for static pages discord vs community discord server and the wiki itself hsmusic wiki vs homestuck music wiki could serve art tags pretty well show the full name on tag pages and in listings but within the tag list below an artwork use the short names you ll be able to specify short names manually if desired e g short name shrek but if left unspecified it ll automatically be computed as the main name minus the parenthetical part at the end so that it doesn t get tedious to write em out by hand for each non homestuck tag
1
17,335
23,152,783,063
IssuesEvent
2022-07-29 09:56:52
scikit-learn/scikit-learn
https://api.github.com/repos/scikit-learn/scikit-learn
closed
Support gradient-enhanced GPR
New Feature module:gaussian_process Needs Decision - Close
As far as I can see there's currently no support for gradient-enhanced Gaussian processes regression (see https://en.wikipedia.org/wiki/Gradient-enhanced_kriging, https://doi.org/10.1007/s11831-017-9226-3). The formalism looks pretty straightforward, would it be possible to implement it?
1.0
Support gradient-enhanced GPR - As far as I can see there's currently no support for gradient-enhanced Gaussian processes regression (see https://en.wikipedia.org/wiki/Gradient-enhanced_kriging, https://doi.org/10.1007/s11831-017-9226-3). The formalism looks pretty straightforward, would it be possible to implement it?
process
support gradient enhanced gpr as far as i can see there s currently no support for gradient enhanced gaussian processes regression see the formalism looks pretty straightforward would it be possible to implement it
1
342,542
30,626,173,222
IssuesEvent
2023-07-24 11:40:07
mautic/mautic
https://api.github.com/repos/mautic/mautic
closed
Integration Campaign Members not showing names in select list
bug ready-to-test plugin
### Mautic Version 4.4.x series ### PHP version 8.0.27 ### What browsers are you seeing the problem on? Chrome, Microsoft Edge ### What happened? When trying to configure Mautic with the Salesforce integration we have issues with the “Integration Campaign Members” filter in segments where it is not filling in with our Salesforce campaigns. In the dropdown, it repeats Value and Label to choose from with increasing numbers 0-1999, shown below. ![Screenshot 2023-02-23 164851](https://user-images.githubusercontent.com/126208434/221048294-fb0a4c62-a0e0-45ce-87f9-954493a601d1.png) ### How can we reproduce this issue? Step 1: Configure salesforce integration plugin Step2: Go to segments Step 3: Create new segment 4: Choose filter. 5: Select filter "Integration Campaign Members" 6: See select with 0 > Label and Value as seen in screenshot ### Relevant log output _No response_ ### Code of Conduct - [X] I confirm that I have read and agree to follow this project's Code of Conduct <bountysource-plugin> --- Want to back this issue? **[Post a bounty on it!](https://app.bountysource.com/issues/121828491-integration-campaign-members-not-showing-names-in-select-list?utm_campaign=plugin&utm_content=tracker%2F5355074&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://app.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F5355074&utm_medium=issues&utm_source=github). </bountysource-plugin>
1.0
Integration Campaign Members not showing names in select list - ### Mautic Version 4.4.x series ### PHP version 8.0.27 ### What browsers are you seeing the problem on? Chrome, Microsoft Edge ### What happened? When trying to configure Mautic with the Salesforce integration we have issues with the “Integration Campaign Members” filter in segments where it is not filling in with our Salesforce campaigns. In the dropdown, it repeats Value and Label to choose from with increasing numbers 0-1999, shown below. ![Screenshot 2023-02-23 164851](https://user-images.githubusercontent.com/126208434/221048294-fb0a4c62-a0e0-45ce-87f9-954493a601d1.png) ### How can we reproduce this issue? Step 1: Configure salesforce integration plugin Step2: Go to segments Step 3: Create new segment 4: Choose filter. 5: Select filter "Integration Campaign Members" 6: See select with 0 > Label and Value as seen in screenshot ### Relevant log output _No response_ ### Code of Conduct - [X] I confirm that I have read and agree to follow this project's Code of Conduct <bountysource-plugin> --- Want to back this issue? **[Post a bounty on it!](https://app.bountysource.com/issues/121828491-integration-campaign-members-not-showing-names-in-select-list?utm_campaign=plugin&utm_content=tracker%2F5355074&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://app.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F5355074&utm_medium=issues&utm_source=github). </bountysource-plugin>
non_process
integration campaign members not showing names in select list mautic version x series php version what browsers are you seeing the problem on chrome microsoft edge what happened when trying to configure mautic with the salesforce integration we have issues with the “integration campaign members” filter in segments where it is not filling in with our salesforce campaigns in the dropdown it repeats value and label to choose from with increasing numbers shown below how can we reproduce this issue step configure salesforce integration plugin go to segments step create new segment choose filter select filter integration campaign members see select with label and value as seen in screenshot relevant log output no response code of conduct i confirm that i have read and agree to follow this project s code of conduct want to back this issue we accept bounties via
0
257,307
22,155,018,895
IssuesEvent
2022-06-03 21:23:25
apache/beam
https://api.github.com/repos/apache/beam
opened
XmlIOIT fails on Spark and Flink
P3 bug testing
When run on Spark or Flink remote cluster, XmlIOIT fails with the following stacktrace:   ``` org.apache.beam.sdk.io.xml.XmlIOIT > writeThenReadAll FAILED java.lang.AssertionError: Calculate hashcode/Flatten.PCollections.out: Expected: "7f51adaf701441ee83459a3f705c1b86" but: was "f45a386eeab2ea5c4a66c6aae07c88ae" at org.apache.beam.sdk.testing.PAssert$PAssertionSite.capture(PAssert.java:168) at org.apache.beam.sdk.testing.PAssert.thatSingleton(PAssert.java:413) at org.apache.beam.sdk.testing.PAssert.thatSingleton(PAssert.java:404) at org.apache.beam.sdk.io.xml.XmlIOIT.writeThenReadAll(XmlIOIT.java:140) Caused by: java.lang.AssertionError: Expected: "7f51adaf701441ee83459a3f705c1b86" but: was "f45a386eeab2ea5c4a66c6aae07c88ae" ``` Imported from Jira [BEAM-5165](https://issues.apache.org/jira/browse/BEAM-5165). Original Jira may contain additional context. Reported by: ŁukaszG.
1.0
XmlIOIT fails on Spark and Flink - When run on Spark or Flink remote cluster, XmlIOIT fails with the following stacktrace:   ``` org.apache.beam.sdk.io.xml.XmlIOIT > writeThenReadAll FAILED java.lang.AssertionError: Calculate hashcode/Flatten.PCollections.out: Expected: "7f51adaf701441ee83459a3f705c1b86" but: was "f45a386eeab2ea5c4a66c6aae07c88ae" at org.apache.beam.sdk.testing.PAssert$PAssertionSite.capture(PAssert.java:168) at org.apache.beam.sdk.testing.PAssert.thatSingleton(PAssert.java:413) at org.apache.beam.sdk.testing.PAssert.thatSingleton(PAssert.java:404) at org.apache.beam.sdk.io.xml.XmlIOIT.writeThenReadAll(XmlIOIT.java:140) Caused by: java.lang.AssertionError: Expected: "7f51adaf701441ee83459a3f705c1b86" but: was "f45a386eeab2ea5c4a66c6aae07c88ae" ``` Imported from Jira [BEAM-5165](https://issues.apache.org/jira/browse/BEAM-5165). Original Jira may contain additional context. Reported by: ŁukaszG.
non_process
xmlioit fails on spark and flink when run on spark or flink remote cluster  xmlioit fails with the following stacktrace   org apache beam sdk io xml xmlioit writethenreadall failed java lang assertionerror calculate hashcode flatten pcollections out expected but was at org apache beam sdk testing passert passertionsite capture passert java at org apache beam sdk testing passert thatsingleton passert java at org apache beam sdk testing passert thatsingleton passert java at org apache beam sdk io xml xmlioit writethenreadall xmlioit java caused by java lang assertionerror expected but was imported from jira original jira may contain additional context reported by łukaszg
0
99,244
30,309,298,502
IssuesEvent
2023-07-10 11:43:57
spacetelescope/jwst
https://api.github.com/repos/spacetelescope/jwst
closed
1.11.0 refpix
ins_build_tasks
_Issue [JP-3270](https://jira.stsci.edu/browse/JP-3270) was created on JIRA by [Alicia Canipe](https://jira.stsci.edu/secure/ViewProfile.jspa?name=acanipe):_ refpix Assign reference pixel flag to first and last four columns for NIRSpec subarrays that do not share an edge with full frame, so that corrections can be computed from those unilluminated pixels. [#&#x2060;7598]
1.0
1.11.0 refpix - _Issue [JP-3270](https://jira.stsci.edu/browse/JP-3270) was created on JIRA by [Alicia Canipe](https://jira.stsci.edu/secure/ViewProfile.jspa?name=acanipe):_ refpix Assign reference pixel flag to first and last four columns for NIRSpec subarrays that do not share an edge with full frame, so that corrections can be computed from those unilluminated pixels. [#&#x2060;7598]
non_process
refpix issue was created on jira by refpix assign reference pixel flag to first and last four columns for nirspec subarrays that do not share an edge with full frame so that corrections can be computed from those unilluminated pixels
0
6,879
10,022,875,103
IssuesEvent
2019-07-16 17:47:11
googleapis/google-cloud-python
https://api.github.com/repos/googleapis/google-cloud-python
opened
Update pin for 'googleapis-common-protos'.
api: automl api: bigquery api: bigquerystorage api: cloudkms api: datacatalog api: datalabeling api: dlp api: irm api: language api: redis api: talent api: translation api: videointelligence packaging type: process
From #8674. Recent autogen changes have begun using features present only in `googleapis-common-protos 1.6.0+`, specifially the `google.api.client` package. E.g.: ```bash $ git grep -l "google\/api\/client\.proto" | grep "\.proto$" automl/google/cloud/automl_v1beta1/proto/prediction_service.proto automl/google/cloud/automl_v1beta1/proto/service.proto bigquery/google/cloud/bigquery_v2/proto/model.proto bigquery_storage/google/cloud/bigquery_storage_v1beta1/proto/storage.proto datacatalog/google/cloud/datacatalog_v1beta1/proto/datacatalog.proto datalabeling/google/cloud/datalabeling_v1beta1/proto/data_labeling_service.proto dlp/google/cloud/dlp_v2/proto/dlp.proto irm/google/cloud/irm_v1alpha2/proto/incidents_service.proto kms/google/cloud/kms_v1/proto/service.proto language/google/cloud/language_v1/proto/language_service.proto redis/google/cloud/redis_v1/proto/cloud_redis.proto redis/google/cloud/redis_v1beta1/proto/cloud_redis.proto talent/google/cloud/talent_v4beta1/proto/application_service.proto talent/google/cloud/talent_v4beta1/proto/company_service.proto talent/google/cloud/talent_v4beta1/proto/completion_service.proto talent/google/cloud/talent_v4beta1/proto/event_service.proto talent/google/cloud/talent_v4beta1/proto/job_service.proto talent/google/cloud/talent_v4beta1/proto/profile_service.proto talent/google/cloud/talent_v4beta1/proto/tenant_service.proto translate/google/cloud/translate_v3beta1/proto/translation_service.proto videointelligence/google/cloud/videointelligence_v1/proto/video_intelligence.proto ``` This "leakage" can break clients who are upgrading an existing virtualenv, because ce currently pin `googleapis-common-protos >= 1.5.3, != 1.5.4, < 2.0dev` in `api_core/setup.py`, and `googleapis-common-protos >= 1.5.9, < 2.0.0dev` in `bigquery_storage/setup.py`. Steps to remediate: - [ ] Update the pin of `googleapis-common-protos` in `api_core/setup.py`. - [ ] Release a new `1.14.0` version of `google-api-core`. - [ ] Update pins of `google-api-core` *all* `google-cloud-*` packages to `1.14.0`. - [ ] Release the world? Or maybe not.
1.0
Update pin for 'googleapis-common-protos'. - From #8674. Recent autogen changes have begun using features present only in `googleapis-common-protos 1.6.0+`, specifially the `google.api.client` package. E.g.: ```bash $ git grep -l "google\/api\/client\.proto" | grep "\.proto$" automl/google/cloud/automl_v1beta1/proto/prediction_service.proto automl/google/cloud/automl_v1beta1/proto/service.proto bigquery/google/cloud/bigquery_v2/proto/model.proto bigquery_storage/google/cloud/bigquery_storage_v1beta1/proto/storage.proto datacatalog/google/cloud/datacatalog_v1beta1/proto/datacatalog.proto datalabeling/google/cloud/datalabeling_v1beta1/proto/data_labeling_service.proto dlp/google/cloud/dlp_v2/proto/dlp.proto irm/google/cloud/irm_v1alpha2/proto/incidents_service.proto kms/google/cloud/kms_v1/proto/service.proto language/google/cloud/language_v1/proto/language_service.proto redis/google/cloud/redis_v1/proto/cloud_redis.proto redis/google/cloud/redis_v1beta1/proto/cloud_redis.proto talent/google/cloud/talent_v4beta1/proto/application_service.proto talent/google/cloud/talent_v4beta1/proto/company_service.proto talent/google/cloud/talent_v4beta1/proto/completion_service.proto talent/google/cloud/talent_v4beta1/proto/event_service.proto talent/google/cloud/talent_v4beta1/proto/job_service.proto talent/google/cloud/talent_v4beta1/proto/profile_service.proto talent/google/cloud/talent_v4beta1/proto/tenant_service.proto translate/google/cloud/translate_v3beta1/proto/translation_service.proto videointelligence/google/cloud/videointelligence_v1/proto/video_intelligence.proto ``` This "leakage" can break clients who are upgrading an existing virtualenv, because ce currently pin `googleapis-common-protos >= 1.5.3, != 1.5.4, < 2.0dev` in `api_core/setup.py`, and `googleapis-common-protos >= 1.5.9, < 2.0.0dev` in `bigquery_storage/setup.py`. Steps to remediate: - [ ] Update the pin of `googleapis-common-protos` in `api_core/setup.py`. - [ ] Release a new `1.14.0` version of `google-api-core`. - [ ] Update pins of `google-api-core` *all* `google-cloud-*` packages to `1.14.0`. - [ ] Release the world? Or maybe not.
process
update pin for googleapis common protos from recent autogen changes have begun using features present only in googleapis common protos specifially the google api client package e g bash git grep l google api client proto grep proto automl google cloud automl proto prediction service proto automl google cloud automl proto service proto bigquery google cloud bigquery proto model proto bigquery storage google cloud bigquery storage proto storage proto datacatalog google cloud datacatalog proto datacatalog proto datalabeling google cloud datalabeling proto data labeling service proto dlp google cloud dlp proto dlp proto irm google cloud irm proto incidents service proto kms google cloud kms proto service proto language google cloud language proto language service proto redis google cloud redis proto cloud redis proto redis google cloud redis proto cloud redis proto talent google cloud talent proto application service proto talent google cloud talent proto company service proto talent google cloud talent proto completion service proto talent google cloud talent proto event service proto talent google cloud talent proto job service proto talent google cloud talent proto profile service proto talent google cloud talent proto tenant service proto translate google cloud translate proto translation service proto videointelligence google cloud videointelligence proto video intelligence proto this leakage can break clients who are upgrading an existing virtualenv because ce currently pin googleapis common protos in bigquery storage setup py steps to remediate update the pin of googleapis common protos in api core setup py release a new version of google api core update pins of google api core all google cloud packages to release the world or maybe not
1
57,767
14,214,410,054
IssuesEvent
2020-11-17 05:10:17
yaobinwen/robin_on_rails
https://api.github.com/repos/yaobinwen/robin_on_rails
closed
Read: Foundations of Security
security
[Foundations of Security: What Every Programmer Needs to Know](https://www.amazon.com/Foundations-Security-Every-Programmer-Experts/dp/1590597842) - [ ] PART 1 Security Design Principles - [x] CHAPTER 1 Security Goals . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 - [x] CHAPTER 2 Secure Systems Design. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 25 - [x] CHAPTER 3 Secure Design Principles . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 61 - [ ] CHAPTER 4 Exercises for Part 1. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 77 - [ ] PART 2 Secure Programming Techniques - [x] CHAPTER 5 Worms and Other Malware. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 83 - [x] CHAPTER 6 Buffer Overflows . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 93 - [x] CHAPTER 7 Client-State Manipulation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 107 - [x] CHAPTER 8 SQL Injection . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 123 - [x] CHAPTER 9 Password Security. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 139 - [x] CHAPTER 10 Cross-Domain Security in Web Applications . . . . . . . . . . . . . . . . . . . 155 - [ ] CHAPTER 11 Exercises for Part 2. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 197 - [ ] PART 3 Introduction to Cryptography - [x] CHAPTER 12 Symmetric Key Cryptography . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 203 - [x] CHAPTER 13 Asymmetric Key Cryptography . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 221 - [x] CHAPTER 14 Key Management and Exchange . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 227 - [x] CHAPTER 15 MACs and Signatures . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 239 - [ ] CHAPTER 16 Exercises for Part 3. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 251 - [ ] PART 4 Appendixes - [ ] APPENDIX A Defense-in-Depth: The FLI Model. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 255 - [ ] APPENDIX B Source Code Listings . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 261 - [ ] REFERENCES . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 267
True
Read: Foundations of Security - [Foundations of Security: What Every Programmer Needs to Know](https://www.amazon.com/Foundations-Security-Every-Programmer-Experts/dp/1590597842) - [ ] PART 1 Security Design Principles - [x] CHAPTER 1 Security Goals . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 - [x] CHAPTER 2 Secure Systems Design. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 25 - [x] CHAPTER 3 Secure Design Principles . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 61 - [ ] CHAPTER 4 Exercises for Part 1. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 77 - [ ] PART 2 Secure Programming Techniques - [x] CHAPTER 5 Worms and Other Malware. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 83 - [x] CHAPTER 6 Buffer Overflows . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 93 - [x] CHAPTER 7 Client-State Manipulation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 107 - [x] CHAPTER 8 SQL Injection . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 123 - [x] CHAPTER 9 Password Security. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 139 - [x] CHAPTER 10 Cross-Domain Security in Web Applications . . . . . . . . . . . . . . . . . . . 155 - [ ] CHAPTER 11 Exercises for Part 2. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 197 - [ ] PART 3 Introduction to Cryptography - [x] CHAPTER 12 Symmetric Key Cryptography . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 203 - [x] CHAPTER 13 Asymmetric Key Cryptography . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 221 - [x] CHAPTER 14 Key Management and Exchange . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 227 - [x] CHAPTER 15 MACs and Signatures . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 239 - [ ] CHAPTER 16 Exercises for Part 3. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 251 - [ ] PART 4 Appendixes - [ ] APPENDIX A Defense-in-Depth: The FLI Model. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 255 - [ ] APPENDIX B Source Code Listings . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 261 - [ ] REFERENCES . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 267
non_process
read foundations of security part security design principles chapter security goals chapter secure systems design chapter secure design principles chapter exercises for part part secure programming techniques chapter worms and other malware chapter buffer overflows chapter client state manipulation chapter sql injection chapter password security chapter cross domain security in web applications chapter exercises for part part introduction to cryptography chapter symmetric key cryptography chapter asymmetric key cryptography chapter key management and exchange chapter macs and signatures chapter exercises for part part appendixes appendix a defense in depth the fli model appendix b source code listings references
0
9,014
12,124,618,665
IssuesEvent
2020-04-22 14:25:49
qgis/QGIS
https://api.github.com/repos/qgis/QGIS
closed
Problems whit encoding in processing "native:saveselectedfeatures "
Bug Feedback Processing
When I export the selected elements of a layer that contains a Ñ in the attribute table the encoding is wrong when I do it with the processing "native: saveselectedfeatures" and well if I do it from "Export"> "Save Selected Feature .." Save only selected features ". I work whit Windows 10 and QGIS 3.10
1.0
Problems whit encoding in processing "native:saveselectedfeatures " - When I export the selected elements of a layer that contains a Ñ in the attribute table the encoding is wrong when I do it with the processing "native: saveselectedfeatures" and well if I do it from "Export"> "Save Selected Feature .." Save only selected features ". I work whit Windows 10 and QGIS 3.10
process
problems whit encoding in processing native saveselectedfeatures when i export the selected elements of a layer that contains a ñ in the attribute table the encoding is wrong when i do it with the processing native saveselectedfeatures and well if i do it from export save selected feature save only selected features i work whit windows and qgis
1
6,821
9,966,425,608
IssuesEvent
2019-07-08 11:09:25
aiidateam/aiida-core
https://api.github.com/repos/aiidateam/aiida-core
closed
Add support to filter by process label for `verdi process list`
aiida-core 1.x priority/nice-to-have topic/processes topic/verdi type/accepted feature
This is related to #2600 except the implementation and functionality for this case is less complicated.
1.0
Add support to filter by process label for `verdi process list` - This is related to #2600 except the implementation and functionality for this case is less complicated.
process
add support to filter by process label for verdi process list this is related to except the implementation and functionality for this case is less complicated
1
736,293
25,467,277,395
IssuesEvent
2022-11-25 06:27:57
TencentBlueKing/bk-user
https://api.github.com/repos/TencentBlueKing/bk-user
closed
[容器化] 日志切换标准输出到文件
Sign: help wanted Layer: saas Priority: High
1. 采集需要一并处理 2. 默认配置需要处理 ---- 支持开关, 开启后走stdout ---- 需要关注: celery/beat的日志, 目前默认标准输出, 改了之后会不会有影响
1.0
[容器化] 日志切换标准输出到文件 - 1. 采集需要一并处理 2. 默认配置需要处理 ---- 支持开关, 开启后走stdout ---- 需要关注: celery/beat的日志, 目前默认标准输出, 改了之后会不会有影响
non_process
日志切换标准输出到文件 采集需要一并处理 默认配置需要处理 支持开关 开启后走stdout 需要关注 celery beat的日志 目前默认标准输出 改了之后会不会有影响
0
11,292
14,100,257,563
IssuesEvent
2020-11-06 03:39:11
allinurl/goaccess
https://api.github.com/repos/allinurl/goaccess
closed
How are visitors calculated?
log-processing question
Hello, Title says it all really, under the `Visitor Hostnames and IPs` tab within the WebUI, how are "Visitors" calculated? The image below sort of sums up my issue. The top request is illegitimate, and the other two are legitimate users. ![image](https://user-images.githubusercontent.com/74031345/98317402-597faf00-1fd4-11eb-9294-fb71ea4b29cb.png) I'm attempting to isolate how visitors are calculated so that I can set up some sort of Nginx rule to block IP addresses that have more than say, 10 visitors. Thanks for the help!
1.0
How are visitors calculated? - Hello, Title says it all really, under the `Visitor Hostnames and IPs` tab within the WebUI, how are "Visitors" calculated? The image below sort of sums up my issue. The top request is illegitimate, and the other two are legitimate users. ![image](https://user-images.githubusercontent.com/74031345/98317402-597faf00-1fd4-11eb-9294-fb71ea4b29cb.png) I'm attempting to isolate how visitors are calculated so that I can set up some sort of Nginx rule to block IP addresses that have more than say, 10 visitors. Thanks for the help!
process
how are visitors calculated hello title says it all really under the visitor hostnames and ips tab within the webui how are visitors calculated the image below sort of sums up my issue the top request is illegitimate and the other two are legitimate users i m attempting to isolate how visitors are calculated so that i can set up some sort of nginx rule to block ip addresses that have more than say visitors thanks for the help
1
19,072
25,102,269,727
IssuesEvent
2022-11-08 14:24:23
Open-CMSIS-Pack/Open-CMSIS-Pack-Spec
https://api.github.com/repos/Open-CMSIS-Pack/Open-CMSIS-Pack-Spec
closed
Decision process in OpenCMSIS, especially for the spec
Process Improvements Proposal
Dear all, I hope I won't appear to be rude and won't offend anybody but at the moment I am not comfortable with the decision process in Open-CMSIS-Pack. In the weekly forum, we address a list of topics, usually we call for comments but we do no set deadlines nor method to conclude. And sometimes an issue can just "disappear from the radar" for some time. Can we improve this way of working to reach conclusions in a more predictable way ? What I imagine is that in the weekly forum we do a kind of Change Control Board (CCB): 1. Review the points 2. If a point deserves more discussion and thinking then I think we should set a deadline for this discussion to happen and maybe also a owner who may summarize what has been discussed when the deadline is met 3. When the deadline is met, the CCB decides how to conclude the point 4. If the point is accepted, then we need to decide: is it clear enough and we do nothing more ? Does it deserve an ADR ? 5. In case an ADR is needed, somebody is appointed to write it within 2 weeks 6. The ADR is then reviewed and formally approved within 2 more weeks These ADRs should be publicly available and very short, I guess md format would be perfect. To be discussed...we can already experiment the decision making process with this proposal :-)
1.0
Decision process in OpenCMSIS, especially for the spec - Dear all, I hope I won't appear to be rude and won't offend anybody but at the moment I am not comfortable with the decision process in Open-CMSIS-Pack. In the weekly forum, we address a list of topics, usually we call for comments but we do no set deadlines nor method to conclude. And sometimes an issue can just "disappear from the radar" for some time. Can we improve this way of working to reach conclusions in a more predictable way ? What I imagine is that in the weekly forum we do a kind of Change Control Board (CCB): 1. Review the points 2. If a point deserves more discussion and thinking then I think we should set a deadline for this discussion to happen and maybe also a owner who may summarize what has been discussed when the deadline is met 3. When the deadline is met, the CCB decides how to conclude the point 4. If the point is accepted, then we need to decide: is it clear enough and we do nothing more ? Does it deserve an ADR ? 5. In case an ADR is needed, somebody is appointed to write it within 2 weeks 6. The ADR is then reviewed and formally approved within 2 more weeks These ADRs should be publicly available and very short, I guess md format would be perfect. To be discussed...we can already experiment the decision making process with this proposal :-)
process
decision process in opencmsis especially for the spec dear all i hope i won t appear to be rude and won t offend anybody but at the moment i am not comfortable with the decision process in open cmsis pack in the weekly forum we address a list of topics usually we call for comments but we do no set deadlines nor method to conclude and sometimes an issue can just disappear from the radar for some time can we improve this way of working to reach conclusions in a more predictable way what i imagine is that in the weekly forum we do a kind of change control board ccb review the points if a point deserves more discussion and thinking then i think we should set a deadline for this discussion to happen and maybe also a owner who may summarize what has been discussed when the deadline is met when the deadline is met the ccb decides how to conclude the point if the point is accepted then we need to decide is it clear enough and we do nothing more does it deserve an adr in case an adr is needed somebody is appointed to write it within weeks the adr is then reviewed and formally approved within more weeks these adrs should be publicly available and very short i guess md format would be perfect to be discussed we can already experiment the decision making process with this proposal
1
108,175
9,284,991,679
IssuesEvent
2019-03-21 04:40:05
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
closed
teamcity: failed tests on release-2.0: acceptance/TestJSONBUpgrade
C-test-failure O-robot
The following tests appear to have failed: [#1172054](https://teamcity.cockroachdb.com/viewLog.html?buildId=1172054): ``` --- FAIL: acceptance/TestJSONBUpgrade (1.660s) test_log_scope.go:81: test logs captured to: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/artifacts/acceptance/logTestJSONBUpgrade891714028 test_log_scope.go:62: use -show-logs to present logs inline --- FAIL: acceptance/TestJSONBUpgrade: TestJSONBUpgrade/runMode=local (1.660s) util_cluster.go:214: dial tcp 127.0.0.1:5432: connect: connection refused ------- Stdout: ------- CockroachDB node starting at 2019-03-11 21:43:08.886921046 +0000 UTC (took 0.5s) build: CCL v1.1.8 @ 2018/04/23 17:25:48 (go1.8.3) admin: http://127.0.0.1:34769 sql: postgresql://root@127.0.0.1:39817?application_name=cockroach&sslmode=disable logs: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/artifacts/acceptance/TestJSONBUpgrade/runMode=local/1 store[0]: path=/home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/acceptance/.localcluster112439387/1 status: initialized new cluster clusterID: edec8e0e-b5e1-4023-aad0-b914f5180df7 nodeID: 1 test logs left over in: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/artifacts/acceptance/logTestJSONBUpgrade891714028 --- FAIL: acceptance/TestJSONBUpgrade (1.660s) test_log_scope.go:81: test logs captured to: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/artifacts/acceptance/logTestJSONBUpgrade891714028 test_log_scope.go:62: use -show-logs to present logs inline --- FAIL: acceptance/TestJSONBUpgrade: TestJSONBUpgrade/runMode=local (1.660s) util_cluster.go:214: dial tcp 127.0.0.1:5432: connect: connection refused ------- Stdout: ------- CockroachDB node starting at 2019-03-11 21:43:08.886921046 +0000 UTC (took 0.5s) build: CCL v1.1.8 @ 2018/04/23 17:25:48 (go1.8.3) admin: http://127.0.0.1:34769 sql: postgresql://root@127.0.0.1:39817?application_name=cockroach&sslmode=disable logs: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/artifacts/acceptance/TestJSONBUpgrade/runMode=local/1 store[0]: path=/home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/acceptance/.localcluster112439387/1 status: initialized new cluster clusterID: edec8e0e-b5e1-4023-aad0-b914f5180df7 nodeID: 1 test logs left over in: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/artifacts/acceptance/logTestJSONBUpgrade891714028 ``` Please assign, take a look and update the issue accordingly.
1.0
teamcity: failed tests on release-2.0: acceptance/TestJSONBUpgrade - The following tests appear to have failed: [#1172054](https://teamcity.cockroachdb.com/viewLog.html?buildId=1172054): ``` --- FAIL: acceptance/TestJSONBUpgrade (1.660s) test_log_scope.go:81: test logs captured to: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/artifacts/acceptance/logTestJSONBUpgrade891714028 test_log_scope.go:62: use -show-logs to present logs inline --- FAIL: acceptance/TestJSONBUpgrade: TestJSONBUpgrade/runMode=local (1.660s) util_cluster.go:214: dial tcp 127.0.0.1:5432: connect: connection refused ------- Stdout: ------- CockroachDB node starting at 2019-03-11 21:43:08.886921046 +0000 UTC (took 0.5s) build: CCL v1.1.8 @ 2018/04/23 17:25:48 (go1.8.3) admin: http://127.0.0.1:34769 sql: postgresql://root@127.0.0.1:39817?application_name=cockroach&sslmode=disable logs: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/artifacts/acceptance/TestJSONBUpgrade/runMode=local/1 store[0]: path=/home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/acceptance/.localcluster112439387/1 status: initialized new cluster clusterID: edec8e0e-b5e1-4023-aad0-b914f5180df7 nodeID: 1 test logs left over in: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/artifacts/acceptance/logTestJSONBUpgrade891714028 --- FAIL: acceptance/TestJSONBUpgrade (1.660s) test_log_scope.go:81: test logs captured to: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/artifacts/acceptance/logTestJSONBUpgrade891714028 test_log_scope.go:62: use -show-logs to present logs inline --- FAIL: acceptance/TestJSONBUpgrade: TestJSONBUpgrade/runMode=local (1.660s) util_cluster.go:214: dial tcp 127.0.0.1:5432: connect: connection refused ------- Stdout: ------- CockroachDB node starting at 2019-03-11 21:43:08.886921046 +0000 UTC (took 0.5s) build: CCL v1.1.8 @ 2018/04/23 17:25:48 (go1.8.3) admin: http://127.0.0.1:34769 sql: postgresql://root@127.0.0.1:39817?application_name=cockroach&sslmode=disable logs: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/artifacts/acceptance/TestJSONBUpgrade/runMode=local/1 store[0]: path=/home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/acceptance/.localcluster112439387/1 status: initialized new cluster clusterID: edec8e0e-b5e1-4023-aad0-b914f5180df7 nodeID: 1 test logs left over in: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/artifacts/acceptance/logTestJSONBUpgrade891714028 ``` Please assign, take a look and update the issue accordingly.
non_process
teamcity failed tests on release acceptance testjsonbupgrade the following tests appear to have failed fail acceptance testjsonbupgrade test log scope go test logs captured to home agent work go src github com cockroachdb cockroach artifacts acceptance test log scope go use show logs to present logs inline fail acceptance testjsonbupgrade testjsonbupgrade runmode local util cluster go dial tcp connect connection refused stdout cockroachdb node starting at utc took build ccl admin sql postgresql root application name cockroach sslmode disable logs home agent work go src github com cockroachdb cockroach artifacts acceptance testjsonbupgrade runmode local store path home agent work go src github com cockroachdb cockroach pkg acceptance status initialized new cluster clusterid nodeid test logs left over in home agent work go src github com cockroachdb cockroach artifacts acceptance fail acceptance testjsonbupgrade test log scope go test logs captured to home agent work go src github com cockroachdb cockroach artifacts acceptance test log scope go use show logs to present logs inline fail acceptance testjsonbupgrade testjsonbupgrade runmode local util cluster go dial tcp connect connection refused stdout cockroachdb node starting at utc took build ccl admin sql postgresql root application name cockroach sslmode disable logs home agent work go src github com cockroachdb cockroach artifacts acceptance testjsonbupgrade runmode local store path home agent work go src github com cockroachdb cockroach pkg acceptance status initialized new cluster clusterid nodeid test logs left over in home agent work go src github com cockroachdb cockroach artifacts acceptance please assign take a look and update the issue accordingly
0
20,249
26,868,159,092
IssuesEvent
2023-02-04 05:17:26
bitfocus/companion-module-requests
https://api.github.com/repos/bitfocus/companion-module-requests
opened
WhatsApp plugin
NOT YET PROCESSED
Hi I'm looking to see if we can integrate WhatsApp chat into companion for sending messages (not receiving) Upon button push/trigger on companion be able to send a pre determined message to a WhatsApp group. There is a similar module on GroupMe, however all our existing team messages are already in WhatsApp. Having this module would give our team using companion the ability to send cues out to team the same time they trigger scenes/on demand.
1.0
WhatsApp plugin - Hi I'm looking to see if we can integrate WhatsApp chat into companion for sending messages (not receiving) Upon button push/trigger on companion be able to send a pre determined message to a WhatsApp group. There is a similar module on GroupMe, however all our existing team messages are already in WhatsApp. Having this module would give our team using companion the ability to send cues out to team the same time they trigger scenes/on demand.
process
whatsapp plugin hi i m looking to see if we can integrate whatsapp chat into companion for sending messages not receiving upon button push trigger on companion be able to send a pre determined message to a whatsapp group there is a similar module on groupme however all our existing team messages are already in whatsapp having this module would give our team using companion the ability to send cues out to team the same time they trigger scenes on demand
1
176,041
14,548,952,070
IssuesEvent
2020-12-16 02:33:14
flag-camp-2020-t3/Spare4Fun-Server
https://api.github.com/repos/flag-camp-2020-t3/Spare4Fun-Server
closed
[Backend-v2.0] Deprecate local Secret.java, use command line arguments instead
backend-v2.0 documentation enhancement
modification in sand box branch:```admin-deprecate-secret-java```
1.0
[Backend-v2.0] Deprecate local Secret.java, use command line arguments instead - modification in sand box branch:```admin-deprecate-secret-java```
non_process
deprecate local secret java use command line arguments instead modification in sand box branch admin deprecate secret java
0
20,882
27,701,393,802
IssuesEvent
2023-03-14 08:17:42
sap-tutorials/sap-build-process-automation
https://api.github.com/repos/sap-tutorials/sap-build-process-automation
closed
Access S/4HANA Cloud System to View Sales Order
tutorial:spa-process-action-checkbackend
Tutorials: https://developers.sap.com/tutorials/spa-process-action-checkbackend.html -------------------------- I do not have access to Demo S/4Hana BTP link which was shared in teams chat for L2W session. Could you please add me (sunil.singh.a01@sap.com) https://portal.demo-education.cloud.sap/sites#MyLandscape-display&/Landscape/(LandscapeUUID=f7240b3e-9064-1edd-aeb3-84f614c450ba,IsActiveEntity=true)/?tab=Users
1.0
Access S/4HANA Cloud System to View Sales Order - Tutorials: https://developers.sap.com/tutorials/spa-process-action-checkbackend.html -------------------------- I do not have access to Demo S/4Hana BTP link which was shared in teams chat for L2W session. Could you please add me (sunil.singh.a01@sap.com) https://portal.demo-education.cloud.sap/sites#MyLandscape-display&/Landscape/(LandscapeUUID=f7240b3e-9064-1edd-aeb3-84f614c450ba,IsActiveEntity=true)/?tab=Users
process
access s cloud system to view sales order tutorials i do not have access to demo s btp link which was shared in teams chat for session could you please add me sunil singh sap com
1
2,415
5,198,860,342
IssuesEvent
2017-01-23 19:17:58
MobileOrg/mobileorg
https://api.github.com/repos/MobileOrg/mobileorg
closed
Swift vs Objective-c
development process
This issue is for discussion of a few things related to language choice: - How do we feel about preferring one or the other for new code? - What effort should we put towards refactoring areas of the code from one to the other and why? - How do we communicate this preference to possible contributors?
1.0
Swift vs Objective-c - This issue is for discussion of a few things related to language choice: - How do we feel about preferring one or the other for new code? - What effort should we put towards refactoring areas of the code from one to the other and why? - How do we communicate this preference to possible contributors?
process
swift vs objective c this issue is for discussion of a few things related to language choice how do we feel about preferring one or the other for new code what effort should we put towards refactoring areas of the code from one to the other and why how do we communicate this preference to possible contributors
1
92,256
8,357,019,495
IssuesEvent
2018-10-02 20:16:12
ktraunmueller/Compositor
https://api.github.com/repos/ktraunmueller/Compositor
opened
UI does not refresh after last character of input during faster typing
automated test bug
Quickly type a few characters somewhere in a paragraph. Somehow the UI does not refresh / reflect the changes for the last character. Sorry for sloppy bug report 😬
1.0
UI does not refresh after last character of input during faster typing - Quickly type a few characters somewhere in a paragraph. Somehow the UI does not refresh / reflect the changes for the last character. Sorry for sloppy bug report 😬
non_process
ui does not refresh after last character of input during faster typing quickly type a few characters somewhere in a paragraph somehow the ui does not refresh reflect the changes for the last character sorry for sloppy bug report 😬
0
2,800
5,729,590,720
IssuesEvent
2017-04-21 06:47:52
nodejs/node
https://api.github.com/repos/nodejs/node
closed
Test parallel/test-setproctitle.js fails on alpine
good first contribution process test
<!-- Thank you for reporting an issue. This issue tracker is for bugs and issues found within Node.js core. If you require more general support please file an issue on our help repo. https://github.com/nodejs/help Please fill in as much of the template below as you're able. Version: output of `node -v` Platform: output of `uname -a` (UNIX), or version and 32 or 64-bit (Windows) Subsystem: if known, please specify affected core module name If possible, please provide code that demonstrates the problem, keeping it as simple and free of external dependencies as you are able. --> * **Version**: 7.9.0 * **Platform**: Linux f3f027fe364c 4.4.41-boot2docker #*1* SMP Wed Jan 11 03:05:24 UTC 2017 x86_64 Linux * **Subsystem**: process, tests <!-- Enter your issue details below this comment. --> I've been trying to get the full testsuite to run while building a docker image based on `FROM alpine:latest`. The `parallel/test-setproctitle.js` seems to be the only failing test. Thats due to BusyBox ps doesn't support the `-p` switch. Installing procps package before compiling/testing solves this but could the test instead be refactored to remove this dependency? Using either `/proc/[pid]/comm` or `/proc/[pid]/stat` directly instead? Cheers
1.0
Test parallel/test-setproctitle.js fails on alpine - <!-- Thank you for reporting an issue. This issue tracker is for bugs and issues found within Node.js core. If you require more general support please file an issue on our help repo. https://github.com/nodejs/help Please fill in as much of the template below as you're able. Version: output of `node -v` Platform: output of `uname -a` (UNIX), or version and 32 or 64-bit (Windows) Subsystem: if known, please specify affected core module name If possible, please provide code that demonstrates the problem, keeping it as simple and free of external dependencies as you are able. --> * **Version**: 7.9.0 * **Platform**: Linux f3f027fe364c 4.4.41-boot2docker #*1* SMP Wed Jan 11 03:05:24 UTC 2017 x86_64 Linux * **Subsystem**: process, tests <!-- Enter your issue details below this comment. --> I've been trying to get the full testsuite to run while building a docker image based on `FROM alpine:latest`. The `parallel/test-setproctitle.js` seems to be the only failing test. Thats due to BusyBox ps doesn't support the `-p` switch. Installing procps package before compiling/testing solves this but could the test instead be refactored to remove this dependency? Using either `/proc/[pid]/comm` or `/proc/[pid]/stat` directly instead? Cheers
process
test parallel test setproctitle js fails on alpine thank you for reporting an issue this issue tracker is for bugs and issues found within node js core if you require more general support please file an issue on our help repo please fill in as much of the template below as you re able version output of node v platform output of uname a unix or version and or bit windows subsystem if known please specify affected core module name if possible please provide code that demonstrates the problem keeping it as simple and free of external dependencies as you are able version platform linux smp wed jan utc linux subsystem process tests i ve been trying to get the full testsuite to run while building a docker image based on from alpine latest the parallel test setproctitle js seems to be the only failing test thats due to busybox ps doesn t support the p switch installing procps package before compiling testing solves this but could the test instead be refactored to remove this dependency using either proc comm or proc stat directly instead cheers
1
5,723
8,567,919,100
IssuesEvent
2018-11-10 16:34:56
Great-Hill-Corporation/quickBlocks
https://api.github.com/repos/Great-Hill-Corporation/quickBlocks
closed
Hitting cntl+c
status-inprocess tools-all type-bug
For every app or tool: when I hit Control+C it will not quit until one hits the key three times. If I add a `&& !shouldQuit()` to all the long running loops, it would quit after two control+c hits which feels way more natural. Plus--it does report a not saying "Finishing work..." so that makes it okay. Another way to make this work would be to require explicit enablement to `shouldQuit`. In other words, just let it quit if it wants to quit unless I turn the 'finishing work' option on.
1.0
Hitting cntl+c - For every app or tool: when I hit Control+C it will not quit until one hits the key three times. If I add a `&& !shouldQuit()` to all the long running loops, it would quit after two control+c hits which feels way more natural. Plus--it does report a not saying "Finishing work..." so that makes it okay. Another way to make this work would be to require explicit enablement to `shouldQuit`. In other words, just let it quit if it wants to quit unless I turn the 'finishing work' option on.
process
hitting cntl c for every app or tool when i hit control c it will not quit until one hits the key three times if i add a shouldquit to all the long running loops it would quit after two control c hits which feels way more natural plus it does report a not saying finishing work so that makes it okay another way to make this work would be to require explicit enablement to shouldquit in other words just let it quit if it wants to quit unless i turn the finishing work option on
1
408,659
27,701,533,236
IssuesEvent
2023-03-14 08:23:49
eclipse-sirius/sirius-components
https://api.github.com/repos/eclipse-sirius/sirius-components
opened
Split the layout specification in dedicated modules
difficulty: medium package: diagrams type: documentation
It is becoming a bit complex to manage such a large document and it would help us work in parallel on various concerns of the specification.
1.0
Split the layout specification in dedicated modules - It is becoming a bit complex to manage such a large document and it would help us work in parallel on various concerns of the specification.
non_process
split the layout specification in dedicated modules it is becoming a bit complex to manage such a large document and it would help us work in parallel on various concerns of the specification
0
1,640
4,259,931,648
IssuesEvent
2016-07-11 12:53:05
nodejs/node
https://api.github.com/repos/nodejs/node
closed
A shell is spawning every time we spawn a child process on Windows
child_process question windows
<!-- Thank you for reporting an issue. Please fill in as much of the template below as you're able. Version: output of `node -v` Platform: output of `uname -a` (UNIX), or version and 32 or 64-bit (Windows) Subsystem: if known, please specify affected core module name If possible, please provide code that demonstrates the problem, keeping it as simple and free of external dependencies as you are able. --> * **Version**: from 0.10 to 6.2 * **Platform**: Windows When spawning a child process with ```require('child_process').spawn``, a shell spawn for few milliseconds (almost one seconds) on Windows. pm2's users are reporting us this issue ([here](https://github.com/Unitech/pm2/issues/1749) or [here](https://github.com/Unitech/pm2/issues/2182)) , which come from [this code](https://github.com/Unitech/pm2/blob/master/lib/God/ForkMode.js#L94) that we are using to spawn the user app. Just asking why it is spawning and if we can prevent them to spawn ? Thanks !
1.0
A shell is spawning every time we spawn a child process on Windows - <!-- Thank you for reporting an issue. Please fill in as much of the template below as you're able. Version: output of `node -v` Platform: output of `uname -a` (UNIX), or version and 32 or 64-bit (Windows) Subsystem: if known, please specify affected core module name If possible, please provide code that demonstrates the problem, keeping it as simple and free of external dependencies as you are able. --> * **Version**: from 0.10 to 6.2 * **Platform**: Windows When spawning a child process with ```require('child_process').spawn``, a shell spawn for few milliseconds (almost one seconds) on Windows. pm2's users are reporting us this issue ([here](https://github.com/Unitech/pm2/issues/1749) or [here](https://github.com/Unitech/pm2/issues/2182)) , which come from [this code](https://github.com/Unitech/pm2/blob/master/lib/God/ForkMode.js#L94) that we are using to spawn the user app. Just asking why it is spawning and if we can prevent them to spawn ? Thanks !
process
a shell is spawning every time we spawn a child process on windows thank you for reporting an issue please fill in as much of the template below as you re able version output of node v platform output of uname a unix or version and or bit windows subsystem if known please specify affected core module name if possible please provide code that demonstrates the problem keeping it as simple and free of external dependencies as you are able version from to platform windows when spawning a child process with require child process spawn a shell spawn for few milliseconds almost one seconds on windows s users are reporting us this issue or which come from that we are using to spawn the user app just asking why it is spawning and if we can prevent them to spawn thanks
1
342,835
30,640,438,744
IssuesEvent
2023-07-24 21:25:49
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
closed
pkg/sql/schemachanger/schemachanger_test: TestValidateMixedVersionElements_drop_column_with_partial_index failed
C-test-failure O-robot branch-master T-sql-foundations
pkg/sql/schemachanger/schemachanger_test.TestValidateMixedVersionElements_drop_column_with_partial_index [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Ci_TestsAwsLinuxArm64_UnitTests/10858073?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Ci_TestsAwsLinuxArm64_UnitTests/10858073?buildTab=artifacts#/) on master @ [76e60d818a90b57adc84eb7a5731ce24b0630254](https://github.com/cockroachdb/cockroach/commits/76e60d818a90b57adc84eb7a5731ce24b0630254): ``` /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/6584/execroot/com_github_cockroachdb_cockroach/bazel-out/aarch64-fastbuild/bin/pkg/sql/schemachanger/schemachanger_test_/schemachanger_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/schemachanger/testdata/end_to_end/drop_column_with_partial_index/drop_column_with_partial_index.definition:29: stage-query [2 args] SELECT count(*)=$successfulStageCount*2 FROM t; ---- true === CONT TestValidateMixedVersionElements_drop_column_with_partial_index panic.go:522: -- test log scope end -- test logs left over in: /artifacts/tmp/_tmp/6e404cfaa494ad6aa388bb776400b270/logTestValidateMixedVersionElements_drop_column_with_partial_index3976441044 --- FAIL: TestValidateMixedVersionElements_drop_column_with_partial_index (221.46s) === RUN TestValidateMixedVersionElements_drop_column_with_partial_index/pause_upgrade_and_resume_at_each_stage --- FAIL: TestValidateMixedVersionElements_drop_column_with_partial_index/pause_upgrade_and_resume_at_each_stage (220.32s) === RUN TestValidateMixedVersionElements_drop_column_with_partial_index/pause_upgrade_and_resume_at_each_stage/PostCommitPhase_3_of_7 sql_runner.go:104: Error Trace: github.com/cockroachdb/cockroach/pkg/testutils/sqlutils/sql_runner.go:117 github.com/cockroachdb/cockroach/pkg/testutils/sqlutils/sql_runner.go:312 github.com/cockroachdb/cockroach/pkg/sql/schemachanger/sctest/end_to_end.go:488 github.com/cockroachdb/cockroach/pkg/sql/schemachanger/sctest/cumulative.go:1632 github.com/cockroachdb/cockroach/pkg/sql/schemachanger/sctest/cumulative.go:1729 Error: Received unexpected error: query 'SELECT status, job_type, description FROM [SHOW JOBS] WHERE job_type IN ('SCHEMA CHANGE', 'TYPEDESC SCHEMA CHANGE', 'NEW SCHEMA CHANGE') AND status NOT IN ('succeeded', 'failed')': expected: (1) attached stack trace -- stack trace: | github.com/cockroachdb/cockroach/pkg/testutils/sqlutils.(*SQLRunner).CheckQueryResultsRetry.func1 | github.com/cockroachdb/cockroach/pkg/testutils/sqlutils/sql_runner.go:315 | github.com/cockroachdb/cockroach/pkg/testutils.SucceedsWithinError.func1 | github.com/cockroachdb/cockroach/pkg/testutils/soon.go:75 | github.com/cockroachdb/cockroach/pkg/util/retry.ForDuration | github.com/cockroachdb/cockroach/pkg/util/retry/retry.go:213 | github.com/cockroachdb/cockroach/pkg/testutils.SucceedsWithinError | github.com/cockroachdb/cockroach/pkg/testutils/soon.go:81 | github.com/cockroachdb/cockroach/pkg/testutils/sqlutils.(*SQLRunner).succeedsWithin | github.com/cockroachdb/cockroach/pkg/testutils/sqlutils/sql_runner.go:117 | github.com/cockroachdb/cockroach/pkg/testutils/sqlutils.(*SQLRunner).CheckQueryResultsRetry | github.com/cockroachdb/cockroach/pkg/testutils/sqlutils/sql_runner.go:312 | github.com/cockroachdb/cockroach/pkg/sql/schemachanger/sctest.waitForSchemaChangesToFinish | github.com/cockroachdb/cockroach/pkg/sql/schemachanger/sctest/end_to_end.go:488 | github.com/cockroachdb/cockroach/pkg/sql/schemachanger/sctest.executeSchemaChangeTxn | github.com/cockroachdb/cockroach/pkg/sql/schemachanger/sctest/cumulative.go:1632 | github.com/cockroachdb/cockroach/pkg/sql/schemachanger/sctest.ValidateMixedVersionElements.func5.1 | github.com/cockroachdb/cockroach/pkg/sql/schemachanger/sctest/cumulative.go:1729 | testing.tRunner | GOROOT/src/testing/testing.go:1446 | runtime.goexit | GOROOT/src/runtime/asm_arm64.s:1172 Wraps: (2) query 'SELECT status, job_type, description FROM [SHOW JOBS] WHERE job_type IN ('SCHEMA CHANGE', 'TYPEDESC SCHEMA CHANGE', 'NEW SCHEMA CHANGE') AND status NOT IN ('succeeded', 'failed')': expected: | | got: | paused, NEW SCHEMA CHANGE, ALTER TABLE defaultdb.public.t DROP COLUMN j Error types: (1) *withstack.withStack (2) *errutil.leafError --- FAIL: TestValidateMixedVersionElements_drop_column_with_partial_index/pause_upgrade_and_resume_at_each_stage/PostCommitPhase_3_of_7 (47.72s) ``` <details><summary>Help</summary> <p> See also: [How To Investigate a Go Test Failure \(internal\)](https://cockroachlabs.atlassian.net/l/c/HgfXfJgM) </p> </details> /cc @cockroachdb/sql-foundations <sub> [This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*TestValidateMixedVersionElements_drop_column_with_partial_index.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues) </sub> Jira issue: CRDB-29616
1.0
pkg/sql/schemachanger/schemachanger_test: TestValidateMixedVersionElements_drop_column_with_partial_index failed - pkg/sql/schemachanger/schemachanger_test.TestValidateMixedVersionElements_drop_column_with_partial_index [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Ci_TestsAwsLinuxArm64_UnitTests/10858073?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Ci_TestsAwsLinuxArm64_UnitTests/10858073?buildTab=artifacts#/) on master @ [76e60d818a90b57adc84eb7a5731ce24b0630254](https://github.com/cockroachdb/cockroach/commits/76e60d818a90b57adc84eb7a5731ce24b0630254): ``` /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/6584/execroot/com_github_cockroachdb_cockroach/bazel-out/aarch64-fastbuild/bin/pkg/sql/schemachanger/schemachanger_test_/schemachanger_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/schemachanger/testdata/end_to_end/drop_column_with_partial_index/drop_column_with_partial_index.definition:29: stage-query [2 args] SELECT count(*)=$successfulStageCount*2 FROM t; ---- true === CONT TestValidateMixedVersionElements_drop_column_with_partial_index panic.go:522: -- test log scope end -- test logs left over in: /artifacts/tmp/_tmp/6e404cfaa494ad6aa388bb776400b270/logTestValidateMixedVersionElements_drop_column_with_partial_index3976441044 --- FAIL: TestValidateMixedVersionElements_drop_column_with_partial_index (221.46s) === RUN TestValidateMixedVersionElements_drop_column_with_partial_index/pause_upgrade_and_resume_at_each_stage --- FAIL: TestValidateMixedVersionElements_drop_column_with_partial_index/pause_upgrade_and_resume_at_each_stage (220.32s) === RUN TestValidateMixedVersionElements_drop_column_with_partial_index/pause_upgrade_and_resume_at_each_stage/PostCommitPhase_3_of_7 sql_runner.go:104: Error Trace: github.com/cockroachdb/cockroach/pkg/testutils/sqlutils/sql_runner.go:117 github.com/cockroachdb/cockroach/pkg/testutils/sqlutils/sql_runner.go:312 github.com/cockroachdb/cockroach/pkg/sql/schemachanger/sctest/end_to_end.go:488 github.com/cockroachdb/cockroach/pkg/sql/schemachanger/sctest/cumulative.go:1632 github.com/cockroachdb/cockroach/pkg/sql/schemachanger/sctest/cumulative.go:1729 Error: Received unexpected error: query 'SELECT status, job_type, description FROM [SHOW JOBS] WHERE job_type IN ('SCHEMA CHANGE', 'TYPEDESC SCHEMA CHANGE', 'NEW SCHEMA CHANGE') AND status NOT IN ('succeeded', 'failed')': expected: (1) attached stack trace -- stack trace: | github.com/cockroachdb/cockroach/pkg/testutils/sqlutils.(*SQLRunner).CheckQueryResultsRetry.func1 | github.com/cockroachdb/cockroach/pkg/testutils/sqlutils/sql_runner.go:315 | github.com/cockroachdb/cockroach/pkg/testutils.SucceedsWithinError.func1 | github.com/cockroachdb/cockroach/pkg/testutils/soon.go:75 | github.com/cockroachdb/cockroach/pkg/util/retry.ForDuration | github.com/cockroachdb/cockroach/pkg/util/retry/retry.go:213 | github.com/cockroachdb/cockroach/pkg/testutils.SucceedsWithinError | github.com/cockroachdb/cockroach/pkg/testutils/soon.go:81 | github.com/cockroachdb/cockroach/pkg/testutils/sqlutils.(*SQLRunner).succeedsWithin | github.com/cockroachdb/cockroach/pkg/testutils/sqlutils/sql_runner.go:117 | github.com/cockroachdb/cockroach/pkg/testutils/sqlutils.(*SQLRunner).CheckQueryResultsRetry | github.com/cockroachdb/cockroach/pkg/testutils/sqlutils/sql_runner.go:312 | github.com/cockroachdb/cockroach/pkg/sql/schemachanger/sctest.waitForSchemaChangesToFinish | github.com/cockroachdb/cockroach/pkg/sql/schemachanger/sctest/end_to_end.go:488 | github.com/cockroachdb/cockroach/pkg/sql/schemachanger/sctest.executeSchemaChangeTxn | github.com/cockroachdb/cockroach/pkg/sql/schemachanger/sctest/cumulative.go:1632 | github.com/cockroachdb/cockroach/pkg/sql/schemachanger/sctest.ValidateMixedVersionElements.func5.1 | github.com/cockroachdb/cockroach/pkg/sql/schemachanger/sctest/cumulative.go:1729 | testing.tRunner | GOROOT/src/testing/testing.go:1446 | runtime.goexit | GOROOT/src/runtime/asm_arm64.s:1172 Wraps: (2) query 'SELECT status, job_type, description FROM [SHOW JOBS] WHERE job_type IN ('SCHEMA CHANGE', 'TYPEDESC SCHEMA CHANGE', 'NEW SCHEMA CHANGE') AND status NOT IN ('succeeded', 'failed')': expected: | | got: | paused, NEW SCHEMA CHANGE, ALTER TABLE defaultdb.public.t DROP COLUMN j Error types: (1) *withstack.withStack (2) *errutil.leafError --- FAIL: TestValidateMixedVersionElements_drop_column_with_partial_index/pause_upgrade_and_resume_at_each_stage/PostCommitPhase_3_of_7 (47.72s) ``` <details><summary>Help</summary> <p> See also: [How To Investigate a Go Test Failure \(internal\)](https://cockroachlabs.atlassian.net/l/c/HgfXfJgM) </p> </details> /cc @cockroachdb/sql-foundations <sub> [This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*TestValidateMixedVersionElements_drop_column_with_partial_index.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues) </sub> Jira issue: CRDB-29616
non_process
pkg sql schemachanger schemachanger test testvalidatemixedversionelements drop column with partial index failed pkg sql schemachanger schemachanger test testvalidatemixedversionelements drop column with partial index with on master home roach cache bazel bazel roach sandbox processwrapper sandbox execroot com github cockroachdb cockroach bazel out fastbuild bin pkg sql schemachanger schemachanger test schemachanger test runfiles com github cockroachdb cockroach pkg sql schemachanger testdata end to end drop column with partial index drop column with partial index definition stage query select count successfulstagecount from t true cont testvalidatemixedversionelements drop column with partial index panic go test log scope end test logs left over in artifacts tmp tmp logtestvalidatemixedversionelements drop column with partial fail testvalidatemixedversionelements drop column with partial index run testvalidatemixedversionelements drop column with partial index pause upgrade and resume at each stage fail testvalidatemixedversionelements drop column with partial index pause upgrade and resume at each stage run testvalidatemixedversionelements drop column with partial index pause upgrade and resume at each stage postcommitphase of sql runner go error trace github com cockroachdb cockroach pkg testutils sqlutils sql runner go github com cockroachdb cockroach pkg testutils sqlutils sql runner go github com cockroachdb cockroach pkg sql schemachanger sctest end to end go github com cockroachdb cockroach pkg sql schemachanger sctest cumulative go github com cockroachdb cockroach pkg sql schemachanger sctest cumulative go error received unexpected error query select status job type description from where job type in schema change typedesc schema change new schema change and status not in succeeded failed expected attached stack trace stack trace github com cockroachdb cockroach pkg testutils sqlutils sqlrunner checkqueryresultsretry github com cockroachdb cockroach pkg testutils sqlutils sql runner go github com cockroachdb cockroach pkg testutils succeedswithinerror github com cockroachdb cockroach pkg testutils soon go github com cockroachdb cockroach pkg util retry forduration github com cockroachdb cockroach pkg util retry retry go github com cockroachdb cockroach pkg testutils succeedswithinerror github com cockroachdb cockroach pkg testutils soon go github com cockroachdb cockroach pkg testutils sqlutils sqlrunner succeedswithin github com cockroachdb cockroach pkg testutils sqlutils sql runner go github com cockroachdb cockroach pkg testutils sqlutils sqlrunner checkqueryresultsretry github com cockroachdb cockroach pkg testutils sqlutils sql runner go github com cockroachdb cockroach pkg sql schemachanger sctest waitforschemachangestofinish github com cockroachdb cockroach pkg sql schemachanger sctest end to end go github com cockroachdb cockroach pkg sql schemachanger sctest executeschemachangetxn github com cockroachdb cockroach pkg sql schemachanger sctest cumulative go github com cockroachdb cockroach pkg sql schemachanger sctest validatemixedversionelements github com cockroachdb cockroach pkg sql schemachanger sctest cumulative go testing trunner goroot src testing testing go runtime goexit goroot src runtime asm s wraps query select status job type description from where job type in schema change typedesc schema change new schema change and status not in succeeded failed expected got paused new schema change alter table defaultdb public t drop column j error types withstack withstack errutil leaferror fail testvalidatemixedversionelements drop column with partial index pause upgrade and resume at each stage postcommitphase of help see also cc cockroachdb sql foundations jira issue crdb
0
98,656
20,774,830,748
IssuesEvent
2022-03-16 09:31:00
suizokukan/wisteria
https://api.github.com/repos/suizokukan/wisteria
closed
pimydoc: DEFAULT_REPORTFILE_NAME > $DEFAULT_REPORTFILE_NAME
code readibility
see help_xxx functions: """.replace('DEFAULT_REPORTFILE_NAME', DEFAULT_REPORTFILE_NAME)
1.0
pimydoc: DEFAULT_REPORTFILE_NAME > $DEFAULT_REPORTFILE_NAME - see help_xxx functions: """.replace('DEFAULT_REPORTFILE_NAME', DEFAULT_REPORTFILE_NAME)
non_process
pimydoc default reportfile name default reportfile name see help xxx functions replace default reportfile name default reportfile name
0
13,544
16,087,732,982
IssuesEvent
2021-04-26 13:20:49
syncfusion/ej2-react-ui-components
https://api.github.com/repos/syncfusion/ej2-react-ui-components
closed
Document editor get sfdt content
word-processor
Hi, how can i get the sfdt content of the document that is currently edited as a sfdt string? Thanks.
1.0
Document editor get sfdt content - Hi, how can i get the sfdt content of the document that is currently edited as a sfdt string? Thanks.
process
document editor get sfdt content hi how can i get the sfdt content of the document that is currently edited as a sfdt string thanks
1
10,989
13,785,985,728
IssuesEvent
2020-10-09 00:25:42
cbrennanpoole/Qualitative-Self
https://api.github.com/repos/cbrennanpoole/Qualitative-Self
closed
Organizational units - Admin Console with Wind
Competitive Advantage Creative Strategy Git God Git Gud IT Gates Leadership and Development Market Research The State Way process implementation strategic positioning up-for-grabs with Wind
![Screen Shot from awesomescreenshot.com](https://www.awesomescreenshot.com/api/v1/destination/image/show?ImageKey=tm-3957-19471-9d279a489e87ffce58b29e9e2da68eae) # Who's with Wind > and part of how we will get there! Finding Sustainability. Owning the shit. Man-up. And don't give me that gender fluid horse shit. --- **Source URL**: [https://admin.google.com/u/1/ac/orgunits](https://admin.google.com/u/1/ac/orgunits) <table><tr><td><strong>Browser</strong></td><td>Chrome 86.0.4240.42</td></tr><tr><td><strong>OS</strong></td><td>Windows 10 64-bit</td></tr><tr><td><strong>Screen Size</strong></td><td>1920x1080</td></tr><tr><td><strong>Viewport Size</strong></td><td>2880x1405</td></tr><tr><td><strong>Pixel Ratio</strong></td><td>@0.6666666865348816x</td></tr><tr><td><strong>Zoom Level</strong></td><td>100%</td></tr></table>
1.0
Organizational units - Admin Console with Wind - ![Screen Shot from awesomescreenshot.com](https://www.awesomescreenshot.com/api/v1/destination/image/show?ImageKey=tm-3957-19471-9d279a489e87ffce58b29e9e2da68eae) # Who's with Wind > and part of how we will get there! Finding Sustainability. Owning the shit. Man-up. And don't give me that gender fluid horse shit. --- **Source URL**: [https://admin.google.com/u/1/ac/orgunits](https://admin.google.com/u/1/ac/orgunits) <table><tr><td><strong>Browser</strong></td><td>Chrome 86.0.4240.42</td></tr><tr><td><strong>OS</strong></td><td>Windows 10 64-bit</td></tr><tr><td><strong>Screen Size</strong></td><td>1920x1080</td></tr><tr><td><strong>Viewport Size</strong></td><td>2880x1405</td></tr><tr><td><strong>Pixel Ratio</strong></td><td>@0.6666666865348816x</td></tr><tr><td><strong>Zoom Level</strong></td><td>100%</td></tr></table>
process
organizational units admin console with wind who s with wind and part of how we will get there finding sustainability owning the shit man up and don t give me that gender fluid horse shit source url browser chrome os windows bit screen size viewport size pixel ratio zoom level
1
12,485
14,952,610,497
IssuesEvent
2021-01-26 15:44:06
ORNL-AMO/AMO-Tools-Desktop
https://api.github.com/repos/ORNL-AMO/AMO-Tools-Desktop
closed
Process Heating Name Change
Process Heating Quick Fix important
Messed this one up. Gas Leakage Calc "Density of Flue Gas" should be "Specific Gravity of Flue Gas" ![image.png](https://images.zenhubusercontent.com/5cd48a2af8cffa5a19122d27/82170ddc-f43d-466b-bcbc-68902d12792b)
1.0
Process Heating Name Change - Messed this one up. Gas Leakage Calc "Density of Flue Gas" should be "Specific Gravity of Flue Gas" ![image.png](https://images.zenhubusercontent.com/5cd48a2af8cffa5a19122d27/82170ddc-f43d-466b-bcbc-68902d12792b)
process
process heating name change messed this one up gas leakage calc density of flue gas should be specific gravity of flue gas
1
5,213
7,999,678,258
IssuesEvent
2018-07-22 05:36:29
google/codeworld
https://api.github.com/repos/google/codeworld
closed
Migrate to letsencrypt
cleanup in process
It's getting near time to renew SSL certificates. Instead of continuing to pay for certificates, we should really migrate to letsencrypt instead. This requires a bit of additional infrastructure, but it's worth it for the flexibility.
1.0
Migrate to letsencrypt - It's getting near time to renew SSL certificates. Instead of continuing to pay for certificates, we should really migrate to letsencrypt instead. This requires a bit of additional infrastructure, but it's worth it for the flexibility.
process
migrate to letsencrypt it s getting near time to renew ssl certificates instead of continuing to pay for certificates we should really migrate to letsencrypt instead this requires a bit of additional infrastructure but it s worth it for the flexibility
1
19,895
26,341,747,398
IssuesEvent
2023-01-10 18:15:44
microsoft/vscode
https://api.github.com/repos/microsoft/vscode
closed
Cannot start new terminals when opened from the terminal
bug confirmation-pending terminal-process
<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- 🔎 Search existing issues to avoid creating duplicates. --> <!-- 🧪 Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ --> <!-- 💡 Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. --> <!-- 🔧 Launch with `code --disable-extensions` to check. --> Does this issue occur when all extensions are disabled?: Yes <!-- 🪓 If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. --> <!-- 📣 Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. --> - VS Code Version: 1.74.2 e8a3071ea4344d9d48ef8a4df2c097372b0c5161 arm64 - OS Version: macOS 12.6.1 21G217 ## Steps to Reproduce 1. Open VS Code on a folder 2. Open a terminal 3. From the terminal, use the `code` command to open VS Code on a new folder 4. From that newly opened VS Code, attempt to bring up a terminal ## Expected VS Code can bring up a new terminal ## Actual VS Code fails to start any new terminals ## Video [Video of the bug](https://www.dropbox.com/s/bblku0b0plh4lrx/vscode-open-folder-terminal-no-launch-bug.mov?dl=0)
1.0
Cannot start new terminals when opened from the terminal - <!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- 🔎 Search existing issues to avoid creating duplicates. --> <!-- 🧪 Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ --> <!-- 💡 Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. --> <!-- 🔧 Launch with `code --disable-extensions` to check. --> Does this issue occur when all extensions are disabled?: Yes <!-- 🪓 If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. --> <!-- 📣 Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. --> - VS Code Version: 1.74.2 e8a3071ea4344d9d48ef8a4df2c097372b0c5161 arm64 - OS Version: macOS 12.6.1 21G217 ## Steps to Reproduce 1. Open VS Code on a folder 2. Open a terminal 3. From the terminal, use the `code` command to open VS Code on a new folder 4. From that newly opened VS Code, attempt to bring up a terminal ## Expected VS Code can bring up a new terminal ## Actual VS Code fails to start any new terminals ## Video [Video of the bug](https://www.dropbox.com/s/bblku0b0plh4lrx/vscode-open-folder-terminal-no-launch-bug.mov?dl=0)
process
cannot start new terminals when opened from the terminal does this issue occur when all extensions are disabled yes report issue dialog can assist with this vs code version os version macos steps to reproduce open vs code on a folder open a terminal from the terminal use the code command to open vs code on a new folder from that newly opened vs code attempt to bring up a terminal expected vs code can bring up a new terminal actual vs code fails to start any new terminals video
1
12,541
14,974,446,370
IssuesEvent
2021-01-28 03:34:36
GoogleCloudPlatform/fda-mystudies
https://api.github.com/repos/GoogleCloudPlatform/fda-mystudies
closed
[iOS] App crashes on clicking resource's push notification
Bug P0 Process: Fixed Process: Reopened iOS
**Steps:** 1. Login and enroll into any study 2. Kill the app 3. Add a resource from SB 4. Publish updates 5. Mobile app user receives the notification 6. Click on the push notification 7. Observe **Actual:** App crashes on clicking resource's push notification **Expected:** Should navigate to resources section post passcode
2.0
[iOS] App crashes on clicking resource's push notification - **Steps:** 1. Login and enroll into any study 2. Kill the app 3. Add a resource from SB 4. Publish updates 5. Mobile app user receives the notification 6. Click on the push notification 7. Observe **Actual:** App crashes on clicking resource's push notification **Expected:** Should navigate to resources section post passcode
process
app crashes on clicking resource s push notification steps login and enroll into any study kill the app add a resource from sb publish updates mobile app user receives the notification click on the push notification observe actual app crashes on clicking resource s push notification expected should navigate to resources section post passcode
1
9,076
12,148,518,607
IssuesEvent
2020-04-24 14:42:53
qgis/QGIS
https://api.github.com/repos/qgis/QGIS
closed
Polygonize misses intersections (ESPG:28426)
Bug Feedback Processing
The problem is very much similar to https://github.com/qgis/QGIS/issues/30731, but it is not really solved. So, I have a line shape file containing the boundaries of polygons I need ([lines.zip](https://github.com/qgis/QGIS/files/4280392/lines.zip), pic.1). It is projected, the projection is ESPG:28426. ![Pic 1](https://user-images.githubusercontent.com/57714410/75761913-efc74b00-5d4a-11ea-80a6-e9d47a8b3a35.png) Pic.1. Shape file with boundary features. When I construct polygons with Polygonize (‘qgis:polygonize’) (pic.2), the program does not recognize some line intersections (pic.3). ![Pic 2](https://user-images.githubusercontent.com/57714410/75764900-a2011180-5d4f-11ea-8385-bf019710a29a.png) Pic.2. Polygonize tool used. ![Pic 3](https://user-images.githubusercontent.com/57714410/75764935-af1e0080-5d4f-11ea-96bb-0a6c06969428.png) Pic.3. Resulting polygons. I understand, there must be a topology issue, but I do not seem to find an elegant solution to it, furthermore, ArcMap makes polygons from the same line shape file without any problem (pic.4-5-6). ![Pic 4](https://user-images.githubusercontent.com/57714410/75766573-6d428980-5d52-11ea-9b7e-08062ea8f4b9.png) Pic.4. Shape file with boundary features. ![Pic 5](https://user-images.githubusercontent.com/57714410/75766615-7e8b9600-5d52-11ea-924d-6d4be6ae17a5.png) Pic.5. Polygonize tool used. Target layer – polygons shape file with the same projection ![Pic 6](https://user-images.githubusercontent.com/57714410/75766631-85b2a400-5d52-11ea-9f49-50d7d537553f.png) Pic.6. Resulting polygons Should I try another projection and/or another data format? But really changing the projection musn't be a solution, because reprojecting before every polygonizing would be an argument for a GIS changing. Anyway it would be possible to make reprojection to a "good" CRS a part of polygonize tool. P.S. All the projects and files [CONSTRUCTPOLYGONSISSUE.zip](https://github.com/qgis/QGIS/files/4280740/CONSTRUCTPOLYGONSISSUE.zip)
1.0
Polygonize misses intersections (ESPG:28426) - The problem is very much similar to https://github.com/qgis/QGIS/issues/30731, but it is not really solved. So, I have a line shape file containing the boundaries of polygons I need ([lines.zip](https://github.com/qgis/QGIS/files/4280392/lines.zip), pic.1). It is projected, the projection is ESPG:28426. ![Pic 1](https://user-images.githubusercontent.com/57714410/75761913-efc74b00-5d4a-11ea-80a6-e9d47a8b3a35.png) Pic.1. Shape file with boundary features. When I construct polygons with Polygonize (‘qgis:polygonize’) (pic.2), the program does not recognize some line intersections (pic.3). ![Pic 2](https://user-images.githubusercontent.com/57714410/75764900-a2011180-5d4f-11ea-8385-bf019710a29a.png) Pic.2. Polygonize tool used. ![Pic 3](https://user-images.githubusercontent.com/57714410/75764935-af1e0080-5d4f-11ea-96bb-0a6c06969428.png) Pic.3. Resulting polygons. I understand, there must be a topology issue, but I do not seem to find an elegant solution to it, furthermore, ArcMap makes polygons from the same line shape file without any problem (pic.4-5-6). ![Pic 4](https://user-images.githubusercontent.com/57714410/75766573-6d428980-5d52-11ea-9b7e-08062ea8f4b9.png) Pic.4. Shape file with boundary features. ![Pic 5](https://user-images.githubusercontent.com/57714410/75766615-7e8b9600-5d52-11ea-924d-6d4be6ae17a5.png) Pic.5. Polygonize tool used. Target layer – polygons shape file with the same projection ![Pic 6](https://user-images.githubusercontent.com/57714410/75766631-85b2a400-5d52-11ea-9f49-50d7d537553f.png) Pic.6. Resulting polygons Should I try another projection and/or another data format? But really changing the projection musn't be a solution, because reprojecting before every polygonizing would be an argument for a GIS changing. Anyway it would be possible to make reprojection to a "good" CRS a part of polygonize tool. P.S. All the projects and files [CONSTRUCTPOLYGONSISSUE.zip](https://github.com/qgis/QGIS/files/4280740/CONSTRUCTPOLYGONSISSUE.zip)
process
polygonize misses intersections espg the problem is very much similar to but it is not really solved so i have a line shape file containing the boundaries of polygons i need pic it is projected the projection is espg pic shape file with boundary features when i construct polygons with polygonize ‘qgis polygonize’ pic the program does not recognize some line intersections pic pic polygonize tool used pic resulting polygons i understand there must be a topology issue but i do not seem to find an elegant solution to it furthermore arcmap makes polygons from the same line shape file without any problem pic pic shape file with boundary features pic polygonize tool used target layer – polygons shape file with the same projection pic resulting polygons should i try another projection and or another data format but really changing the projection musn t be a solution because reprojecting before every polygonizing would be an argument for a gis changing anyway it would be possible to make reprojection to a good crs a part of polygonize tool p s all the projects and files
1
6,487
9,558,153,794
IssuesEvent
2019-05-03 13:33:50
jasonblais/mattermost-community
https://api.github.com/repos/jasonblais/mattermost-community
closed
New labelling system for Help Wanted tickets
Contributor Journey Process
Below is the proposed labelling system for Help Wanted tickets. ### Key changes to existing process - Use labels recommended by GitHub so that contributors can more easily find help wanted and good first issues: https://help.github.com/articles/helping-new-contributors-find-your-project-with-labels/ - Rename difficulty levels to easy/medium/hard - Break languages (Go, JavaScript) and frameworks (React Native, Redux) to separate categories - Add new category for repositories - General clean-up for a more obvious, consistent labelling system ### 1. Ticket status: - **Help Wanted**: Recommended by GitHub so that new contributors can more easily find tickets to help with https://help.github.com/articles/helping-new-contributors-find-your-project-with-labels/ - **Up for Grabs**: Signifies whether ticket is still available or taken by a community member. - Automate this via slash commands, e.g. /taken - **PR Submitted**: Signifies when a contribution is made. - Automate based on keywords, e.g. when GH ticket is linked in the help wanted ticket ### 2. Difficulty: - **First Good Issue**: Recommended by GitHub so that new contributors can more easily find starter tickets to get them introduced to the codebase https://help.github.com/articles/helping-new-contributors-find-your-project-with-labels/ - **Difficulty/1:easy**: Easy tickets - **Difficulty/2:medium**: Medium tickets - **Difficulty/3:hard**: Hard tickets ### 3. Repository: Mattermost has a lot of repositories, but all help wanted tickets are created in the mattermost-server repo. Thus, it's important to be clear which repository changes are submitted to (see an example where contributor was confused and submitted their changes to the mattermost-redux repo instead of mattermost-webapp: https://github.com/mattermost/mattermost-redux/pull/761) - **Repository/mattermost-server** - **Repository/mattermost-webapp** - **Repository/mattermost-redux** - **Repository/mattermost-mobile** - **Repository/mattermost-plugin-jira** - etc.. ### 4. Language: Contributors can then filter based on their skill sets, or find easy tickets for a language they want to learn - **Language/Go** - **Language/JavaScript** ### 5. (Optional) Framework: Contributors interesting in a specific framework such as React Native or Redux can filter for these tickets - **Framework/Redux** - **Framework/React Native** - **Framework/ReactJS** ### 6. (Optional) Area: Which area the feature is related to. This is helpful for larger campaigns contributors are interested in. Below are some examples, some of which are already in use (e.g. `Add E2E Tests` - **Area/APIv4** - **Area/Add E2E Tests** - **Area/Plugins** - **Area/Build** - **Area/Dev Tools** - **Area/Code Quality** - ... ### 7. When PR submitted: - See contribution process [to be moved to Dev Docs] for the three PR stages https://github.com/mattermost/mattermost-server/blob/master/CONTRIBUTING.md - **1: PM Review** - **2: Dev Review** - **3: Ready to Merge** - See process for inactive contributions https://developers.mattermost.com/contribute/getting-started/inactive-contributions/ - **Lifecycle/1:stale** - **Lifecycle/2:inactive** - **Lifecycle/3:orphaned** - **Lifecycle/frozen**
1.0
New labelling system for Help Wanted tickets - Below is the proposed labelling system for Help Wanted tickets. ### Key changes to existing process - Use labels recommended by GitHub so that contributors can more easily find help wanted and good first issues: https://help.github.com/articles/helping-new-contributors-find-your-project-with-labels/ - Rename difficulty levels to easy/medium/hard - Break languages (Go, JavaScript) and frameworks (React Native, Redux) to separate categories - Add new category for repositories - General clean-up for a more obvious, consistent labelling system ### 1. Ticket status: - **Help Wanted**: Recommended by GitHub so that new contributors can more easily find tickets to help with https://help.github.com/articles/helping-new-contributors-find-your-project-with-labels/ - **Up for Grabs**: Signifies whether ticket is still available or taken by a community member. - Automate this via slash commands, e.g. /taken - **PR Submitted**: Signifies when a contribution is made. - Automate based on keywords, e.g. when GH ticket is linked in the help wanted ticket ### 2. Difficulty: - **First Good Issue**: Recommended by GitHub so that new contributors can more easily find starter tickets to get them introduced to the codebase https://help.github.com/articles/helping-new-contributors-find-your-project-with-labels/ - **Difficulty/1:easy**: Easy tickets - **Difficulty/2:medium**: Medium tickets - **Difficulty/3:hard**: Hard tickets ### 3. Repository: Mattermost has a lot of repositories, but all help wanted tickets are created in the mattermost-server repo. Thus, it's important to be clear which repository changes are submitted to (see an example where contributor was confused and submitted their changes to the mattermost-redux repo instead of mattermost-webapp: https://github.com/mattermost/mattermost-redux/pull/761) - **Repository/mattermost-server** - **Repository/mattermost-webapp** - **Repository/mattermost-redux** - **Repository/mattermost-mobile** - **Repository/mattermost-plugin-jira** - etc.. ### 4. Language: Contributors can then filter based on their skill sets, or find easy tickets for a language they want to learn - **Language/Go** - **Language/JavaScript** ### 5. (Optional) Framework: Contributors interesting in a specific framework such as React Native or Redux can filter for these tickets - **Framework/Redux** - **Framework/React Native** - **Framework/ReactJS** ### 6. (Optional) Area: Which area the feature is related to. This is helpful for larger campaigns contributors are interested in. Below are some examples, some of which are already in use (e.g. `Add E2E Tests` - **Area/APIv4** - **Area/Add E2E Tests** - **Area/Plugins** - **Area/Build** - **Area/Dev Tools** - **Area/Code Quality** - ... ### 7. When PR submitted: - See contribution process [to be moved to Dev Docs] for the three PR stages https://github.com/mattermost/mattermost-server/blob/master/CONTRIBUTING.md - **1: PM Review** - **2: Dev Review** - **3: Ready to Merge** - See process for inactive contributions https://developers.mattermost.com/contribute/getting-started/inactive-contributions/ - **Lifecycle/1:stale** - **Lifecycle/2:inactive** - **Lifecycle/3:orphaned** - **Lifecycle/frozen**
process
new labelling system for help wanted tickets below is the proposed labelling system for help wanted tickets key changes to existing process use labels recommended by github so that contributors can more easily find help wanted and good first issues rename difficulty levels to easy medium hard break languages go javascript and frameworks react native redux to separate categories add new category for repositories general clean up for a more obvious consistent labelling system ticket status help wanted recommended by github so that new contributors can more easily find tickets to help with up for grabs signifies whether ticket is still available or taken by a community member automate this via slash commands e g taken pr submitted signifies when a contribution is made automate based on keywords e g when gh ticket is linked in the help wanted ticket difficulty first good issue recommended by github so that new contributors can more easily find starter tickets to get them introduced to the codebase difficulty easy easy tickets difficulty medium medium tickets difficulty hard hard tickets repository mattermost has a lot of repositories but all help wanted tickets are created in the mattermost server repo thus it s important to be clear which repository changes are submitted to see an example where contributor was confused and submitted their changes to the mattermost redux repo instead of mattermost webapp repository mattermost server repository mattermost webapp repository mattermost redux repository mattermost mobile repository mattermost plugin jira etc language contributors can then filter based on their skill sets or find easy tickets for a language they want to learn language go language javascript optional framework contributors interesting in a specific framework such as react native or redux can filter for these tickets framework redux framework react native framework reactjs optional area which area the feature is related to this is helpful for larger campaigns contributors are interested in below are some examples some of which are already in use e g add tests area area add tests area plugins area build area dev tools area code quality when pr submitted see contribution process for the three pr stages pm review dev review ready to merge see process for inactive contributions lifecycle stale lifecycle inactive lifecycle orphaned lifecycle frozen
1
177,003
6,572,732,177
IssuesEvent
2017-09-11 04:50:28
Kademi/kademi-dev
https://api.github.com/repos/Kademi/kademi-dev
closed
Make module renewal and expiry date editable in admin
High priority
Please allow administrators to edit the module expiry and renewal dates for module statuses This is primarily intended to support testing
1.0
Make module renewal and expiry date editable in admin - Please allow administrators to edit the module expiry and renewal dates for module statuses This is primarily intended to support testing
non_process
make module renewal and expiry date editable in admin please allow administrators to edit the module expiry and renewal dates for module statuses this is primarily intended to support testing
0
19,758
26,129,342,378
IssuesEvent
2022-12-29 00:57:24
pytorch/pytorch
https://api.github.com/repos/pytorch/pytorch
closed
DISABLED test_fs_sharing (__main__.TestMultiprocessing)
module: windows module: multiprocessing triaged skipped
Flaky failures in the last week: https://fburl.com/scuba/opensource_ci_jobs/inmj698k. They only appear to be on windows Platforms: windows, mac, linux, dynamo cc @peterjc123 @mszhanyi @skyline75489 @nbcsm @VitalyFedyunin
1.0
DISABLED test_fs_sharing (__main__.TestMultiprocessing) - Flaky failures in the last week: https://fburl.com/scuba/opensource_ci_jobs/inmj698k. They only appear to be on windows Platforms: windows, mac, linux, dynamo cc @peterjc123 @mszhanyi @skyline75489 @nbcsm @VitalyFedyunin
process
disabled test fs sharing main testmultiprocessing flaky failures in the last week they only appear to be on windows platforms windows mac linux dynamo cc mszhanyi nbcsm vitalyfedyunin
1
4,784
7,659,175,104
IssuesEvent
2018-05-11 04:51:36
neuropoly/spinalcordtoolbox
https://api.github.com/repos/neuropoly/spinalcordtoolbox
closed
various improvements on QC
card:WORK_IN_PROCESS enhancement priority:HIGH sct_qc
- [x] add github tag for QC - [x] add indication on html page like "use right/left arrows to move across rows" - [x] improve contrast on displayed images-- contrast could be adjusted using the 5-95 percentile - [x] Include sct_segment_graymatter QC - [x] Replace Sagittal view with Axial mosaic for sct_register_to_template - [ ] The keyboard shortcut for refresh (CMD+R on mac) does not work anymore with caf11f46d92fe8765490a53325acbf0e2b36b8f1 - [ ] Display full syntax below the image (e.g.: sct_register_to_template -i t2.nii.gz -s t2_seg.nii.gz -l labels.nii.gz -qc ~/qc_test). - [ ] Indicate on the web page the location of the QC data - [ ] improve visualization of sct_label_vertebrae (see snapshot below) problems: image too small (could auto crop using kwowledge from cord location, or find better way to display), labels misplaced, contrasts not good (too dark) <img width="1007" alt="screen shot 2017-06-28 at 15 43 34" src="https://user-images.githubusercontent.com/2482071/27663753-bd2b0456-5c18-11e7-9c50-08d1033b06f4.png">
1.0
various improvements on QC - - [x] add github tag for QC - [x] add indication on html page like "use right/left arrows to move across rows" - [x] improve contrast on displayed images-- contrast could be adjusted using the 5-95 percentile - [x] Include sct_segment_graymatter QC - [x] Replace Sagittal view with Axial mosaic for sct_register_to_template - [ ] The keyboard shortcut for refresh (CMD+R on mac) does not work anymore with caf11f46d92fe8765490a53325acbf0e2b36b8f1 - [ ] Display full syntax below the image (e.g.: sct_register_to_template -i t2.nii.gz -s t2_seg.nii.gz -l labels.nii.gz -qc ~/qc_test). - [ ] Indicate on the web page the location of the QC data - [ ] improve visualization of sct_label_vertebrae (see snapshot below) problems: image too small (could auto crop using kwowledge from cord location, or find better way to display), labels misplaced, contrasts not good (too dark) <img width="1007" alt="screen shot 2017-06-28 at 15 43 34" src="https://user-images.githubusercontent.com/2482071/27663753-bd2b0456-5c18-11e7-9c50-08d1033b06f4.png">
process
various improvements on qc add github tag for qc add indication on html page like use right left arrows to move across rows improve contrast on displayed images contrast could be adjusted using the percentile include sct segment graymatter qc replace sagittal view with axial mosaic for sct register to template the keyboard shortcut for refresh cmd r on mac does not work anymore with display full syntax below the image e g sct register to template i nii gz s seg nii gz l labels nii gz qc qc test indicate on the web page the location of the qc data improve visualization of sct label vertebrae see snapshot below problems image too small could auto crop using kwowledge from cord location or find better way to display labels misplaced contrasts not good too dark img width alt screen shot at src
1
30,952
5,890,160,873
IssuesEvent
2017-05-17 14:26:35
ekumenlabs/tangobot
https://api.github.com/repos/ekumenlabs/tangobot
closed
Add rosjava build tools to install instructions
Documentation
(In software installation tutorial / apparently required to do catkin_make tangobot desktop)
1.0
Add rosjava build tools to install instructions - (In software installation tutorial / apparently required to do catkin_make tangobot desktop)
non_process
add rosjava build tools to install instructions in software installation tutorial apparently required to do catkin make tangobot desktop
0
165,517
14,004,619,448
IssuesEvent
2020-10-28 17:20:01
mozilla/foundation.mozilla.org
https://api.github.com/repos/mozilla/foundation.mozilla.org
closed
Clean up https://foundation.mozilla.org/en/docs/how-do-i-wagtail/creating-anchor-links/ a bit
documentation enhancement frontend stretch unplanned wagtail
It's a kind of weird mix of text and well spaced images, and text and no-spaced images, let's clean that up a little. Also note that the link picker modal now has five options, one of which is called "anchor" and we should probably make it clear _not_ to use that option =P
1.0
Clean up https://foundation.mozilla.org/en/docs/how-do-i-wagtail/creating-anchor-links/ a bit - It's a kind of weird mix of text and well spaced images, and text and no-spaced images, let's clean that up a little. Also note that the link picker modal now has five options, one of which is called "anchor" and we should probably make it clear _not_ to use that option =P
non_process
clean up a bit it s a kind of weird mix of text and well spaced images and text and no spaced images let s clean that up a little also note that the link picker modal now has five options one of which is called anchor and we should probably make it clear not to use that option p
0
33,172
14,008,588,774
IssuesEvent
2020-10-29 00:04:44
rancher/dashboard
https://api.github.com/repos/rancher/dashboard
opened
Remove "button drop-down" where it only has 2 options in the drop-down
area/config-maps area/secret area/service area/workloads
Issue: Button drop-down control where it is only being used for only 2 options Resolution: Change those to be 2 buttons on same line.
1.0
Remove "button drop-down" where it only has 2 options in the drop-down - Issue: Button drop-down control where it is only being used for only 2 options Resolution: Change those to be 2 buttons on same line.
non_process
remove button drop down where it only has options in the drop down issue button drop down control where it is only being used for only options resolution change those to be buttons on same line
0
77,249
9,552,907,428
IssuesEvent
2019-05-02 17:52:06
scholarslab/scholarslab.org
https://api.github.com/repos/scholarslab/scholarslab.org
opened
Makerspace inventory improvements
design/dev
Why are bullets different colors (turn to all blue for now?) Some link, some don't (add more links so people can see what an item is) Connect inventory with ways we've used each in projects
1.0
Makerspace inventory improvements - Why are bullets different colors (turn to all blue for now?) Some link, some don't (add more links so people can see what an item is) Connect inventory with ways we've used each in projects
non_process
makerspace inventory improvements why are bullets different colors turn to all blue for now some link some don t add more links so people can see what an item is connect inventory with ways we ve used each in projects
0
130,177
10,600,218,293
IssuesEvent
2019-10-10 09:36:14
microsoft/AzureStorageExplorer
https://api.github.com/repos/microsoft/AzureStorageExplorer
opened
Yes & No buttons are not localized when detaching one resource
🌐 localization 🧪 testing
**Storage Explorer Version:** 1.10.1 **Build:** [20191010.3](https://devdiv.visualstudio.com/DevDiv/_build/results?buildId=3128931) **Branch:** master **Platform/OS:** Windows 10/ Linux Ubuntu 19.04/macOS High Sierra **Language:** Chinese (zh-CN) **Architecture:** ia32/x64 **Regression From:** Not a regression **Steps to reproduce:** 1. Launch Storage Explorer using the command 'StorageExplorer.exe --lang=zh-CN'. 2. Expand one Non-ADLS Gen2 storage account -> Blob Containers. 3. Select one blob container and using SAS to attach. 4. Try to detach the SAS attached blob container. 5. Check the prompt dialog. **Expect Experience:** Yes & No buttons are localized. **Actual Experience:** Yes & No buttons are not localized. ![image](https://user-images.githubusercontent.com/41351993/66557259-288c3b00-eb84-11e9-9adf-b9c078168c95.png) **More Info:** 1. Only verified this issue in Chinese (zh-CN). 2. This issue doesn't reproduce when detaching one **attached storage account**. ![image](https://user-images.githubusercontent.com/41351993/66557283-317d0c80-eb84-11e9-8ee2-9f355388b446.png) 3. This issue reproduces for one attached file share/ table/ queue.
1.0
Yes & No buttons are not localized when detaching one resource - **Storage Explorer Version:** 1.10.1 **Build:** [20191010.3](https://devdiv.visualstudio.com/DevDiv/_build/results?buildId=3128931) **Branch:** master **Platform/OS:** Windows 10/ Linux Ubuntu 19.04/macOS High Sierra **Language:** Chinese (zh-CN) **Architecture:** ia32/x64 **Regression From:** Not a regression **Steps to reproduce:** 1. Launch Storage Explorer using the command 'StorageExplorer.exe --lang=zh-CN'. 2. Expand one Non-ADLS Gen2 storage account -> Blob Containers. 3. Select one blob container and using SAS to attach. 4. Try to detach the SAS attached blob container. 5. Check the prompt dialog. **Expect Experience:** Yes & No buttons are localized. **Actual Experience:** Yes & No buttons are not localized. ![image](https://user-images.githubusercontent.com/41351993/66557259-288c3b00-eb84-11e9-9adf-b9c078168c95.png) **More Info:** 1. Only verified this issue in Chinese (zh-CN). 2. This issue doesn't reproduce when detaching one **attached storage account**. ![image](https://user-images.githubusercontent.com/41351993/66557283-317d0c80-eb84-11e9-8ee2-9f355388b446.png) 3. This issue reproduces for one attached file share/ table/ queue.
non_process
yes no buttons are not localized when detaching one resource storage explorer version build branch master platform os windows linux ubuntu macos high sierra language chinese zh cn architecture regression from not a regression steps to reproduce launch storage explorer using the command storageexplorer exe lang zh cn expand one non adls storage account blob containers select one blob container and using sas to attach try to detach the sas attached blob container check the prompt dialog expect experience yes no buttons are localized actual experience yes no buttons are not localized more info only verified this issue in chinese zh cn this issue doesn t reproduce when detaching one attached storage account this issue reproduces for one attached file share table queue
0
11,174
13,957,695,051
IssuesEvent
2020-10-24 08:11:25
alexanderkotsev/geoportal
https://api.github.com/repos/alexanderkotsev/geoportal
opened
PT: Harvesting
Geoportal Harvesting process PT - Portugal
Geoportal team, Can you please start a harvesting do the Portuguese catalogue? Thank you! Vanda Marcos
1.0
PT: Harvesting - Geoportal team, Can you please start a harvesting do the Portuguese catalogue? Thank you! Vanda Marcos
process
pt harvesting geoportal team can you please start a harvesting do the portuguese catalogue thank you vanda marcos
1
6,638
9,747,521,146
IssuesEvent
2019-06-03 14:34:01
EthVM/EthVM
https://api.github.com/repos/EthVM/EthVM
closed
RecordTooLargeException in CanonicalTraces
bug project:processing
* **I'm submitting a ...** - [x] bug report * **Bug Report** In `feature/parity-processing-improvements`: ``` [2019-06-01 18:20:06,206] DEBUG New head notification! - Tail: 5712105 - Head: 5712106 (com.ethvm.kafka.connect.sources.web3.tracker.CanonicalChainTracker) [2019-06-01 18:20:06,206] WARN [Consumer clientId=consumer-134, groupId=connect-postgres-balance-delta-sink] Error while fetching metadata with correlation id 51735 : {non_fungible_balance_delta=UNKNOWN_TOPIC_OR_PARTITION} (org.apache.kafka.clients.NetworkClient) [2019-06-01 18:20:06,498] DEBUG Fetched 15 blocks. Elapsed ms = 7052, Total trace count = 1467, Avg trace count = 1 (com.ethvm.kafka.connect.sources.web3.sources.AbstractParityEntitySource) [2019-06-01 18:20:06,498] DEBUG Polled 81 records (com.ethvm.kafka.connect.sources.web3.ParitySourceTask) [2019-06-01 18:20:06,514] ERROR WorkerSourceTask{id=parity-source-0} failed to send record to canonical_transactions: {} (org.apache.kafka.connect.runtime.WorkerSourceTask) org.apache.kafka.common.errors.RecordTooLargeException: The message is 1979067 bytes when serialized which is larger than the maximum request size you have configured with the max.request.size configuration. [2019-06-01 18:20:06,541] ERROR WorkerSourceTask{id=parity-source-0} failed to send record to canonical_traces: {} (org.apache.kafka.connect.runtime.WorkerSourceTask) org.apache.kafka.common.errors.RecordTooLargeException: The message is 1947195 bytes when serialized which is larger than the maximum request size you have configured with the max.request.size configuration. [2019-06-01 18:20:06,559] ERROR WorkerSourceTask{id=parity-source-0} failed to send record to canonical_transactions: {} (org.apache.kafka.connect.runtime.WorkerSourceTask) org.apache.kafka.common.errors.RecordTooLargeException: The message is 1132075 bytes when serialized which is larger than the maximum request size you have configured with the max.request.size configuration. [2019-06-01 18:20:06,566] ERROR WorkerSourceTask{id=parity-source-0} failed to send record to canonical_traces: {} (org.apache.kafka.connect.runtime.WorkerSourceTask) org.apache.kafka.common.errors.RecordTooLargeException: The message is 1113879 bytes when serialized which is larger than the maximum request size you have configured with the max.request.size configuration. [2019-06-01 18:20:06,569] ERROR WorkerSourceTask{id=parity-source-0} failed to send record to canonical_transactions: {} (org.apache.kafka.connect.runtime.WorkerSourceTask) org.apache.kafka.common.errors.RecordTooLargeException: The message is 1100409 bytes when serialized which is larger than the maximum request size you have configured with the max.request.size configuration. [2019-06-01 18:20:06,574] ERROR WorkerSourceTask{id=parity-source-0} failed to send record to canonical_traces: {} (org.apache.kafka.connect.runtime.WorkerSourceTask) org.apache.kafka.common.errors.RecordTooLargeException: The message is 1082727 bytes when serialized which is larger than the maximum request size you have configured with the max.request.size configuration. [2019-06-01 18:20:06,589] ERROR WorkerSourceTask{id=parity-source-0} failed to send record to canonical_transactions: {} (org.apache.kafka.connect.runtime.WorkerSourceTask) org.apache.kafka.common.errors.RecordTooLargeException: The message is 1377444 bytes when serialized which is larger than the maximum request size you have configured with the max.request.size configuration. [2019-06-01 18:20:06,604] ERROR WorkerSourceTask{id=parity-source-0} failed to send record to canonical_traces: {} (org.apache.kafka.connect.runtime.WorkerSourceTask) org.apache.kafka.common.errors.RecordTooLargeException: The message is 1355307 bytes when serialized which is larger than the maximum request size you have configured with the max.request.size configuration. ```
1.0
RecordTooLargeException in CanonicalTraces - * **I'm submitting a ...** - [x] bug report * **Bug Report** In `feature/parity-processing-improvements`: ``` [2019-06-01 18:20:06,206] DEBUG New head notification! - Tail: 5712105 - Head: 5712106 (com.ethvm.kafka.connect.sources.web3.tracker.CanonicalChainTracker) [2019-06-01 18:20:06,206] WARN [Consumer clientId=consumer-134, groupId=connect-postgres-balance-delta-sink] Error while fetching metadata with correlation id 51735 : {non_fungible_balance_delta=UNKNOWN_TOPIC_OR_PARTITION} (org.apache.kafka.clients.NetworkClient) [2019-06-01 18:20:06,498] DEBUG Fetched 15 blocks. Elapsed ms = 7052, Total trace count = 1467, Avg trace count = 1 (com.ethvm.kafka.connect.sources.web3.sources.AbstractParityEntitySource) [2019-06-01 18:20:06,498] DEBUG Polled 81 records (com.ethvm.kafka.connect.sources.web3.ParitySourceTask) [2019-06-01 18:20:06,514] ERROR WorkerSourceTask{id=parity-source-0} failed to send record to canonical_transactions: {} (org.apache.kafka.connect.runtime.WorkerSourceTask) org.apache.kafka.common.errors.RecordTooLargeException: The message is 1979067 bytes when serialized which is larger than the maximum request size you have configured with the max.request.size configuration. [2019-06-01 18:20:06,541] ERROR WorkerSourceTask{id=parity-source-0} failed to send record to canonical_traces: {} (org.apache.kafka.connect.runtime.WorkerSourceTask) org.apache.kafka.common.errors.RecordTooLargeException: The message is 1947195 bytes when serialized which is larger than the maximum request size you have configured with the max.request.size configuration. [2019-06-01 18:20:06,559] ERROR WorkerSourceTask{id=parity-source-0} failed to send record to canonical_transactions: {} (org.apache.kafka.connect.runtime.WorkerSourceTask) org.apache.kafka.common.errors.RecordTooLargeException: The message is 1132075 bytes when serialized which is larger than the maximum request size you have configured with the max.request.size configuration. [2019-06-01 18:20:06,566] ERROR WorkerSourceTask{id=parity-source-0} failed to send record to canonical_traces: {} (org.apache.kafka.connect.runtime.WorkerSourceTask) org.apache.kafka.common.errors.RecordTooLargeException: The message is 1113879 bytes when serialized which is larger than the maximum request size you have configured with the max.request.size configuration. [2019-06-01 18:20:06,569] ERROR WorkerSourceTask{id=parity-source-0} failed to send record to canonical_transactions: {} (org.apache.kafka.connect.runtime.WorkerSourceTask) org.apache.kafka.common.errors.RecordTooLargeException: The message is 1100409 bytes when serialized which is larger than the maximum request size you have configured with the max.request.size configuration. [2019-06-01 18:20:06,574] ERROR WorkerSourceTask{id=parity-source-0} failed to send record to canonical_traces: {} (org.apache.kafka.connect.runtime.WorkerSourceTask) org.apache.kafka.common.errors.RecordTooLargeException: The message is 1082727 bytes when serialized which is larger than the maximum request size you have configured with the max.request.size configuration. [2019-06-01 18:20:06,589] ERROR WorkerSourceTask{id=parity-source-0} failed to send record to canonical_transactions: {} (org.apache.kafka.connect.runtime.WorkerSourceTask) org.apache.kafka.common.errors.RecordTooLargeException: The message is 1377444 bytes when serialized which is larger than the maximum request size you have configured with the max.request.size configuration. [2019-06-01 18:20:06,604] ERROR WorkerSourceTask{id=parity-source-0} failed to send record to canonical_traces: {} (org.apache.kafka.connect.runtime.WorkerSourceTask) org.apache.kafka.common.errors.RecordTooLargeException: The message is 1355307 bytes when serialized which is larger than the maximum request size you have configured with the max.request.size configuration. ```
process
recordtoolargeexception in canonicaltraces i m submitting a bug report bug report in feature parity processing improvements debug new head notification tail head com ethvm kafka connect sources tracker canonicalchaintracker warn error while fetching metadata with correlation id non fungible balance delta unknown topic or partition org apache kafka clients networkclient debug fetched blocks elapsed ms total trace count avg trace count com ethvm kafka connect sources sources abstractparityentitysource debug polled records com ethvm kafka connect sources paritysourcetask error workersourcetask id parity source failed to send record to canonical transactions org apache kafka connect runtime workersourcetask org apache kafka common errors recordtoolargeexception the message is bytes when serialized which is larger than the maximum request size you have configured with the max request size configuration error workersourcetask id parity source failed to send record to canonical traces org apache kafka connect runtime workersourcetask org apache kafka common errors recordtoolargeexception the message is bytes when serialized which is larger than the maximum request size you have configured with the max request size configuration error workersourcetask id parity source failed to send record to canonical transactions org apache kafka connect runtime workersourcetask org apache kafka common errors recordtoolargeexception the message is bytes when serialized which is larger than the maximum request size you have configured with the max request size configuration error workersourcetask id parity source failed to send record to canonical traces org apache kafka connect runtime workersourcetask org apache kafka common errors recordtoolargeexception the message is bytes when serialized which is larger than the maximum request size you have configured with the max request size configuration error workersourcetask id parity source failed to send record to canonical transactions org apache kafka connect runtime workersourcetask org apache kafka common errors recordtoolargeexception the message is bytes when serialized which is larger than the maximum request size you have configured with the max request size configuration error workersourcetask id parity source failed to send record to canonical traces org apache kafka connect runtime workersourcetask org apache kafka common errors recordtoolargeexception the message is bytes when serialized which is larger than the maximum request size you have configured with the max request size configuration error workersourcetask id parity source failed to send record to canonical transactions org apache kafka connect runtime workersourcetask org apache kafka common errors recordtoolargeexception the message is bytes when serialized which is larger than the maximum request size you have configured with the max request size configuration error workersourcetask id parity source failed to send record to canonical traces org apache kafka connect runtime workersourcetask org apache kafka common errors recordtoolargeexception the message is bytes when serialized which is larger than the maximum request size you have configured with the max request size configuration
1
208,133
16,104,780,060
IssuesEvent
2021-04-27 13:47:24
k8-proxy/metadefender-menlo-integration
https://api.github.com/repos/k8-proxy/metadefender-menlo-integration
closed
Documentation - customer oriented
P1 documentation
Start documenting: - How to deploy the environment - How to test the end to end flow - add diagrams and videos as a reference
1.0
Documentation - customer oriented - Start documenting: - How to deploy the environment - How to test the end to end flow - add diagrams and videos as a reference
non_process
documentation customer oriented start documenting how to deploy the environment how to test the end to end flow add diagrams and videos as a reference
0
111,052
24,057,102,960
IssuesEvent
2022-09-16 18:02:13
flutter/flutter
https://api.github.com/repos/flutter/flutter
closed
Signing errors on iOS pod bundle resources on Xcode 14 "Signing for "x" requires a development team."
tool customer: crowd t: xcode has reproducible steps P1 found in release: 3.3 found in release: 3.4
Since I upgraded to Xcode 14, my Flutter project doesn't run because of Signing issues of iOS pods Error: ```console Could not build the precompiled application for the device. Error (Xcode): Signing for "DKPhotoGallery-DKPhotoGallery" requires a development team. Select a development team in the Signing & Capabilities editor. {path to project folder}/ios/Pods/Pods.xcodeproj Error (Xcode): Signing for "DKImagePickerController-DKImagePickerController" requires a development team. Select a development team in the Signing & Capabilities editor. {path to project folder}/ios/Pods/Pods.xcodeproj Error (Xcode): Signing for "TOCropViewController-TOCropViewControllerBundle" requires a development team. Select a development team in the Signing & Capabilities editor. {path to project folder}/ios/Pods/Pods.xcodeproj ``` <details><summary>My project's dependencies (to reproduce the problem, the error is from one of these dependencies and the corresponding iOS Pod)</summary> ```yaml dependencies: flutter: sdk: flutter # TODO: Switch back to main package when this is merged: https://github.com/jhomlala/betterplayer/pull/1059 better_player: git: url: https://github.com/matthewrice345/betterplayer.git ref: Issue1057 blur: 3.1.0 bugsnag_flutter: 2.2.0 cached_network_image: 3.2.2 connectivity_plus: 2.3.6+1 # Needed for tus_client cross_file: 0.3.3+1 # The following adds the Cupertino Icons font to your application. # Use with the CupertinoIcons class for iOS style icons. cupertino_icons: 1.0.5 device_info_plus: 4.1.2 dio: 4.0.6 easy_localization: 3.0.1 expandable: 5.0.1 fading_edge_scrollview: 3.0.0 faker: 2.0.0 file_picker: 5.0.1 firebase_analytics: 9.3.4 firebase_core: 1.22.0 firebase_messaging: 13.0.1 flare_flutter: 3.0.2 flinq: 2.0.2 flutter_app_badger: 1.4.0 flutter_facebook_auth: 4.4.1 flutter_inappwebview: 5.4.3+7 flutter_keyboard_visibility: 5.3.0 flutter_local_notifications: 9.9.1 flutter_polygon_clipper: 1.0.4 flutter_slidable: 2.0.0 flutter_spinkit: 5.1.0 flutter_staggered_grid_view: 0.6.2 flutter_svg: 1.1.5 fluttertoast: 8.0.9 font_awesome_flutter: 10.2.1 form_field_validator: 1.1.0 google_maps_flutter: 2.2.0 html: 0.15.0 html_unescape: 2.0.0 http: 0.13.5 http_parser: 4.0.1 image_cropper: 3.0.0 image_downloader: 0.31.0 image_picker: 0.8.5+3 intl: 0.17.0 json_annotation: 4.6.0 jwt_decoder: 2.0.1 mime: 1.0.2 # TODO: Remove this dependency if it is added to the Flutter core: https://github.com/flutter/flutter/pull/67515 modal_bottom_sheet: 2.1.2 # Version checking package_info_plus: 1.4.3+1 path: 1.8.2 path_provider: 2.0.11 percent_indicator: 4.2.2 photo_view: 0.14.0 pin_code_fields: 7.4.0 provider: 6.0.3 pusher_client: git: url: https://github.com/appcapsergen/pusher_client scroll_to_index: 3.0.1 shared_preferences: 2.0.15 shimmer: 2.0.0 sign_in_with_apple: 4.1.0 timeago: 3.3.0 tus_client: 1.0.2 uni_links: 0.5.1 url_launcher: 6.1.5 uuid: 3.0.6 video_player: 2.4.7 dev_dependencies: flutter_test: sdk: flutter flutter_launcher_icons: 0.10.0 json_serializable: 6.3.1 linter: 1.28.0 ``` </details> <details><summary>flutter doctor -v:</summary> ``` [✓] Flutter (Channel stable, 3.3.1, on macOS 12.6 21G115 darwin-arm, locale en-NL) • Flutter version 3.3.1 on channel stable at {path to Flutter folder} • Upstream repository https://github.com/flutter/flutter.git • Framework revision 4f9d92fbbd (7 days ago), 2022-09-06 17:54:53 -0700 • Engine revision 3efdf03e73 • Dart version 2.18.0 • DevTools version 2.15.0 [✓] Android toolchain - develop for Android devices (Android SDK version 32.1.0-rc1) • Android SDK at /Users/{user}/Library/Android/sdk • Platform android-33, build-tools 32.1.0-rc1 • Java binary at: /Users/{user}/Library/Application Support/JetBrains/Toolbox/apps/AndroidStudio/ch-0/212.5712.43.2112.8815526/Android Studio.app/Contents/jre/Contents/Home/bin/java • Java version OpenJDK Runtime Environment (build 11.0.12+0-b1504.28-7817840) • All Android licenses accepted. [✓] Xcode - develop for iOS and macOS (Xcode 14.0) • Xcode at /Applications/Xcode.app/Contents/Developer • Build 14A309 • CocoaPods version 1.11.3 [✓] Chrome - develop for the web • Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome [✓] Android Studio (version 2021.2) • Android Studio at /Users/{user}/Library/Application Support/JetBrains/Toolbox/apps/AndroidStudio/ch-0/212.5712.43.2112.8815526/Android Studio.app/Contents • Flutter plugin can be installed from: 🔨 https://plugins.jetbrains.com/plugin/9212-flutter • Dart plugin can be installed from: 🔨 https://plugins.jetbrains.com/plugin/6351-dart • Java version OpenJDK Runtime Environment (build 11.0.12+0-b1504.28-7817840) [✓] Android Studio (version 2021.2) • Android Studio at /Users/{user}/Library/Application Support/JetBrains/Toolbox/apps/AndroidStudio/ch-0/212.5712.43.2112.8609683/Android Studio.app/Contents • Flutter plugin can be installed from: 🔨 https://plugins.jetbrains.com/plugin/9212-flutter • Dart plugin can be installed from: 🔨 https://plugins.jetbrains.com/plugin/6351-dart • Java version OpenJDK Runtime Environment (build 11.0.12+0-b1504.28-7817840) [✓] VS Code (version 1.71.0) • VS Code at /Applications/Visual Studio Code.app/Contents • Flutter extension can be installed from: 🔨 https://marketplace.visualstudio.com/items?itemName=Dart-Code.flutter [✓] Connected device (2 available) • macOS (desktop) • macos • darwin-arm64 • macOS 12.6 21G115 darwin-arm • Chrome (web) • chrome • web-javascript • Google Chrome 105.0.5195.125 [✓] HTTP Host Availability • All required HTTP hosts are available • No issues found! ``` </details>
1.0
Signing errors on iOS pod bundle resources on Xcode 14 "Signing for "x" requires a development team." - Since I upgraded to Xcode 14, my Flutter project doesn't run because of Signing issues of iOS pods Error: ```console Could not build the precompiled application for the device. Error (Xcode): Signing for "DKPhotoGallery-DKPhotoGallery" requires a development team. Select a development team in the Signing & Capabilities editor. {path to project folder}/ios/Pods/Pods.xcodeproj Error (Xcode): Signing for "DKImagePickerController-DKImagePickerController" requires a development team. Select a development team in the Signing & Capabilities editor. {path to project folder}/ios/Pods/Pods.xcodeproj Error (Xcode): Signing for "TOCropViewController-TOCropViewControllerBundle" requires a development team. Select a development team in the Signing & Capabilities editor. {path to project folder}/ios/Pods/Pods.xcodeproj ``` <details><summary>My project's dependencies (to reproduce the problem, the error is from one of these dependencies and the corresponding iOS Pod)</summary> ```yaml dependencies: flutter: sdk: flutter # TODO: Switch back to main package when this is merged: https://github.com/jhomlala/betterplayer/pull/1059 better_player: git: url: https://github.com/matthewrice345/betterplayer.git ref: Issue1057 blur: 3.1.0 bugsnag_flutter: 2.2.0 cached_network_image: 3.2.2 connectivity_plus: 2.3.6+1 # Needed for tus_client cross_file: 0.3.3+1 # The following adds the Cupertino Icons font to your application. # Use with the CupertinoIcons class for iOS style icons. cupertino_icons: 1.0.5 device_info_plus: 4.1.2 dio: 4.0.6 easy_localization: 3.0.1 expandable: 5.0.1 fading_edge_scrollview: 3.0.0 faker: 2.0.0 file_picker: 5.0.1 firebase_analytics: 9.3.4 firebase_core: 1.22.0 firebase_messaging: 13.0.1 flare_flutter: 3.0.2 flinq: 2.0.2 flutter_app_badger: 1.4.0 flutter_facebook_auth: 4.4.1 flutter_inappwebview: 5.4.3+7 flutter_keyboard_visibility: 5.3.0 flutter_local_notifications: 9.9.1 flutter_polygon_clipper: 1.0.4 flutter_slidable: 2.0.0 flutter_spinkit: 5.1.0 flutter_staggered_grid_view: 0.6.2 flutter_svg: 1.1.5 fluttertoast: 8.0.9 font_awesome_flutter: 10.2.1 form_field_validator: 1.1.0 google_maps_flutter: 2.2.0 html: 0.15.0 html_unescape: 2.0.0 http: 0.13.5 http_parser: 4.0.1 image_cropper: 3.0.0 image_downloader: 0.31.0 image_picker: 0.8.5+3 intl: 0.17.0 json_annotation: 4.6.0 jwt_decoder: 2.0.1 mime: 1.0.2 # TODO: Remove this dependency if it is added to the Flutter core: https://github.com/flutter/flutter/pull/67515 modal_bottom_sheet: 2.1.2 # Version checking package_info_plus: 1.4.3+1 path: 1.8.2 path_provider: 2.0.11 percent_indicator: 4.2.2 photo_view: 0.14.0 pin_code_fields: 7.4.0 provider: 6.0.3 pusher_client: git: url: https://github.com/appcapsergen/pusher_client scroll_to_index: 3.0.1 shared_preferences: 2.0.15 shimmer: 2.0.0 sign_in_with_apple: 4.1.0 timeago: 3.3.0 tus_client: 1.0.2 uni_links: 0.5.1 url_launcher: 6.1.5 uuid: 3.0.6 video_player: 2.4.7 dev_dependencies: flutter_test: sdk: flutter flutter_launcher_icons: 0.10.0 json_serializable: 6.3.1 linter: 1.28.0 ``` </details> <details><summary>flutter doctor -v:</summary> ``` [✓] Flutter (Channel stable, 3.3.1, on macOS 12.6 21G115 darwin-arm, locale en-NL) • Flutter version 3.3.1 on channel stable at {path to Flutter folder} • Upstream repository https://github.com/flutter/flutter.git • Framework revision 4f9d92fbbd (7 days ago), 2022-09-06 17:54:53 -0700 • Engine revision 3efdf03e73 • Dart version 2.18.0 • DevTools version 2.15.0 [✓] Android toolchain - develop for Android devices (Android SDK version 32.1.0-rc1) • Android SDK at /Users/{user}/Library/Android/sdk • Platform android-33, build-tools 32.1.0-rc1 • Java binary at: /Users/{user}/Library/Application Support/JetBrains/Toolbox/apps/AndroidStudio/ch-0/212.5712.43.2112.8815526/Android Studio.app/Contents/jre/Contents/Home/bin/java • Java version OpenJDK Runtime Environment (build 11.0.12+0-b1504.28-7817840) • All Android licenses accepted. [✓] Xcode - develop for iOS and macOS (Xcode 14.0) • Xcode at /Applications/Xcode.app/Contents/Developer • Build 14A309 • CocoaPods version 1.11.3 [✓] Chrome - develop for the web • Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome [✓] Android Studio (version 2021.2) • Android Studio at /Users/{user}/Library/Application Support/JetBrains/Toolbox/apps/AndroidStudio/ch-0/212.5712.43.2112.8815526/Android Studio.app/Contents • Flutter plugin can be installed from: 🔨 https://plugins.jetbrains.com/plugin/9212-flutter • Dart plugin can be installed from: 🔨 https://plugins.jetbrains.com/plugin/6351-dart • Java version OpenJDK Runtime Environment (build 11.0.12+0-b1504.28-7817840) [✓] Android Studio (version 2021.2) • Android Studio at /Users/{user}/Library/Application Support/JetBrains/Toolbox/apps/AndroidStudio/ch-0/212.5712.43.2112.8609683/Android Studio.app/Contents • Flutter plugin can be installed from: 🔨 https://plugins.jetbrains.com/plugin/9212-flutter • Dart plugin can be installed from: 🔨 https://plugins.jetbrains.com/plugin/6351-dart • Java version OpenJDK Runtime Environment (build 11.0.12+0-b1504.28-7817840) [✓] VS Code (version 1.71.0) • VS Code at /Applications/Visual Studio Code.app/Contents • Flutter extension can be installed from: 🔨 https://marketplace.visualstudio.com/items?itemName=Dart-Code.flutter [✓] Connected device (2 available) • macOS (desktop) • macos • darwin-arm64 • macOS 12.6 21G115 darwin-arm • Chrome (web) • chrome • web-javascript • Google Chrome 105.0.5195.125 [✓] HTTP Host Availability • All required HTTP hosts are available • No issues found! ``` </details>
non_process
signing errors on ios pod bundle resources on xcode signing for x requires a development team since i upgraded to xcode my flutter project doesn t run because of signing issues of ios pods error console could not build the precompiled application for the device error xcode signing for dkphotogallery dkphotogallery requires a development team select a development team in the signing capabilities editor path to project folder ios pods pods xcodeproj error xcode signing for dkimagepickercontroller dkimagepickercontroller requires a development team select a development team in the signing capabilities editor path to project folder ios pods pods xcodeproj error xcode signing for tocropviewcontroller tocropviewcontrollerbundle requires a development team select a development team in the signing capabilities editor path to project folder ios pods pods xcodeproj my project s dependencies to reproduce the problem the error is from one of these dependencies and the corresponding ios pod yaml dependencies flutter sdk flutter todo switch back to main package when this is merged better player git url ref blur bugsnag flutter cached network image connectivity plus needed for tus client cross file the following adds the cupertino icons font to your application use with the cupertinoicons class for ios style icons cupertino icons device info plus dio easy localization expandable fading edge scrollview faker file picker firebase analytics firebase core firebase messaging flare flutter flinq flutter app badger flutter facebook auth flutter inappwebview flutter keyboard visibility flutter local notifications flutter polygon clipper flutter slidable flutter spinkit flutter staggered grid view flutter svg fluttertoast font awesome flutter form field validator google maps flutter html html unescape http http parser image cropper image downloader image picker intl json annotation jwt decoder mime todo remove this dependency if it is added to the flutter core modal bottom sheet version checking package info plus path path provider percent indicator photo view pin code fields provider pusher client git url scroll to index shared preferences shimmer sign in with apple timeago tus client uni links url launcher uuid video player dev dependencies flutter test sdk flutter flutter launcher icons json serializable linter flutter doctor v flutter channel stable on macos darwin arm locale en nl • flutter version on channel stable at path to flutter folder • upstream repository • framework revision days ago • engine revision • dart version • devtools version android toolchain develop for android devices android sdk version • android sdk at users user library android sdk • platform android build tools • java binary at users user library application support jetbrains toolbox apps androidstudio ch android studio app contents jre contents home bin java • java version openjdk runtime environment build • all android licenses accepted xcode develop for ios and macos xcode • xcode at applications xcode app contents developer • build • cocoapods version chrome develop for the web • chrome at applications google chrome app contents macos google chrome android studio version • android studio at users user library application support jetbrains toolbox apps androidstudio ch android studio app contents • flutter plugin can be installed from 🔨 • dart plugin can be installed from 🔨 • java version openjdk runtime environment build android studio version • android studio at users user library application support jetbrains toolbox apps androidstudio ch android studio app contents • flutter plugin can be installed from 🔨 • dart plugin can be installed from 🔨 • java version openjdk runtime environment build vs code version • vs code at applications visual studio code app contents • flutter extension can be installed from 🔨 connected device available • macos desktop • macos • darwin • macos darwin arm • chrome web • chrome • web javascript • google chrome http host availability • all required http hosts are available • no issues found
0
8,876
11,968,541,788
IssuesEvent
2020-04-06 08:50:29
geneontology/go-ontology
https://api.github.com/repos/geneontology/go-ontology
closed
Change label GO:0043903 regulation of symbiosis, encompassing mutualism through parasitism
multi-species process
To match the non-regulatory branch of the ontology, I will change the label of GO:0043903 regulation of symbiosis, encompassing mutualism through parasitism to regulation of interspecies interactions between organisms Thanks, Pascale
1.0
Change label GO:0043903 regulation of symbiosis, encompassing mutualism through parasitism - To match the non-regulatory branch of the ontology, I will change the label of GO:0043903 regulation of symbiosis, encompassing mutualism through parasitism to regulation of interspecies interactions between organisms Thanks, Pascale
process
change label go regulation of symbiosis encompassing mutualism through parasitism to match the non regulatory branch of the ontology i will change the label of go regulation of symbiosis encompassing mutualism through parasitism to regulation of interspecies interactions between organisms thanks pascale
1
286,876
31,777,481,479
IssuesEvent
2023-09-12 15:12:42
exadel-inc/esl
https://api.github.com/repos/exadel-inc/esl
opened
CVE-2022-37620 (High) detected in html-minifier-4.0.0.tgz
Mend: dependency security vulnerability
## CVE-2022-37620 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>html-minifier-4.0.0.tgz</b></p></summary> <p>Highly configurable, well-tested, JavaScript-based HTML minifier.</p> <p>Library home page: <a href="https://registry.npmjs.org/html-minifier/-/html-minifier-4.0.0.tgz">https://registry.npmjs.org/html-minifier/-/html-minifier-4.0.0.tgz</a></p> <p> Dependency Hierarchy: - @exadel/esl-website-1.0.0.tgz (Root Library) - :x: **html-minifier-4.0.0.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/exadel-inc/esl/commit/ba4354230a65e4b3d2ff5d640e3910a322402e6c">ba4354230a65e4b3d2ff5d640e3910a322402e6c</a></p> <p>Found in base branch: <b>main</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> Vulnerability Details</summary> <p> A Regular Expression Denial of Service (ReDoS) flaw was found in kangax html-minifier 4.0.0 via the candidate variable in htmlminifier.js. <p>Publish Date: 2022-10-31 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2022-37620>CVE-2022-37620</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2022-37620 (High) detected in html-minifier-4.0.0.tgz - ## CVE-2022-37620 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>html-minifier-4.0.0.tgz</b></p></summary> <p>Highly configurable, well-tested, JavaScript-based HTML minifier.</p> <p>Library home page: <a href="https://registry.npmjs.org/html-minifier/-/html-minifier-4.0.0.tgz">https://registry.npmjs.org/html-minifier/-/html-minifier-4.0.0.tgz</a></p> <p> Dependency Hierarchy: - @exadel/esl-website-1.0.0.tgz (Root Library) - :x: **html-minifier-4.0.0.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/exadel-inc/esl/commit/ba4354230a65e4b3d2ff5d640e3910a322402e6c">ba4354230a65e4b3d2ff5d640e3910a322402e6c</a></p> <p>Found in base branch: <b>main</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> Vulnerability Details</summary> <p> A Regular Expression Denial of Service (ReDoS) flaw was found in kangax html-minifier 4.0.0 via the candidate variable in htmlminifier.js. <p>Publish Date: 2022-10-31 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2022-37620>CVE-2022-37620</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_process
cve high detected in html minifier tgz cve high severity vulnerability vulnerable library html minifier tgz highly configurable well tested javascript based html minifier library home page a href dependency hierarchy exadel esl website tgz root library x html minifier tgz vulnerable library found in head commit a href found in base branch main vulnerability details a regular expression denial of service redos flaw was found in kangax html minifier via the candidate variable in htmlminifier js publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href step up your open source security game with mend
0
791,583
27,868,687,465
IssuesEvent
2023-03-21 12:05:39
woocommerce/action-scheduler
https://api.github.com/repos/woocommerce/action-scheduler
closed
Fatal error on order save in PHP 7.0+
type: task priority: high
First, I'll say this is definitely a 3rd party plugin issue, however I think Action Scheduler could handle this scenario gracefully. Maybe there's a way to prevent a fatal error in this scenario. Second, I want to say I don't understand why this is happening. Someone smarter than me might be able to shed some light on that. Third, the issue is not consistent. It doesn't happen every time I save/update an order from the admin area. I did manage to find a way to reproduce it consistently, but it's not really a situation that would happen often. In order to produce the error I'm seeing, one could do the following: 1. Clean install of WP 2. Install WooCommerce, activate and setup 3. Install a plugin that makes use of the Action Scheduler and has hooks for actions on a post save. A good example of this would be to install Mailchimp for Woocommerce or WooCommerce Admin. Do NOT yet activate this plugin. 4. Install a plugin which is incorrectly calling `new WC_Order( $post_id )` instead of `wc_get_order( $post_id )` and has that in a function which gets called on `save_post`. An example plugin is attached below. The plugin does absolutely nothing, but does call `new WC_Order` every time a shop_order is saved. 5. Create a new order and save it. Don't need to enter any info, just need a created and saved blank order. 6. Activate either Mailchimp for WooCommerce or the WooCommerce Admin plugin (or presumably any other plugin which makes use of Action Scheduler on the update of an order). 7. Go back to the order you created and update it. Don't need to change anything, just click update. This will call `new WC_Order` and the fatal error shown relates to Action Scheduler. Now, I'm fully aware the easy answer to this is that its a 3rd party plugin not using `wc_get_order` when it should be. But how specifically is that causing Action Scheduler to fail? And is it possible to fail more gracefully? And why does it only happen right after the plugin is activated, and not consistently? EXAMPLE of code that is poorly written but definitely does exist in the plethora of available WooCommerce plugins out there: ``` <?php /* Plugin Name: WooCommerce Save Order Bug */ add_action( 'save_post', function( $post_id ) { //set some early returns. we only want this to happen when saving a shop order if ( defined( 'DOING_AUTOSAVE' ) && DOING_AUTOSAVE ) return; if ( ! isset( $_POST['post_type'] ) ) return; if ( 'shop_order' != $_POST['post_type'] ) return; if ( ! current_user_can( 'edit_post', $post_id ) ) return; //now we're presumably saving a shop order //lets create a WC_Order from this post_id $order = new WC_Order($post_id); //we don't even need to do anything with $order, the error will happen (or not) //but an example of something someone might be doing in this instance... //maybe we want to log every time one of our users saves an order //$order->add_order_note( "Order was updated by {$user_name}" ); }); ```
1.0
Fatal error on order save in PHP 7.0+ - First, I'll say this is definitely a 3rd party plugin issue, however I think Action Scheduler could handle this scenario gracefully. Maybe there's a way to prevent a fatal error in this scenario. Second, I want to say I don't understand why this is happening. Someone smarter than me might be able to shed some light on that. Third, the issue is not consistent. It doesn't happen every time I save/update an order from the admin area. I did manage to find a way to reproduce it consistently, but it's not really a situation that would happen often. In order to produce the error I'm seeing, one could do the following: 1. Clean install of WP 2. Install WooCommerce, activate and setup 3. Install a plugin that makes use of the Action Scheduler and has hooks for actions on a post save. A good example of this would be to install Mailchimp for Woocommerce or WooCommerce Admin. Do NOT yet activate this plugin. 4. Install a plugin which is incorrectly calling `new WC_Order( $post_id )` instead of `wc_get_order( $post_id )` and has that in a function which gets called on `save_post`. An example plugin is attached below. The plugin does absolutely nothing, but does call `new WC_Order` every time a shop_order is saved. 5. Create a new order and save it. Don't need to enter any info, just need a created and saved blank order. 6. Activate either Mailchimp for WooCommerce or the WooCommerce Admin plugin (or presumably any other plugin which makes use of Action Scheduler on the update of an order). 7. Go back to the order you created and update it. Don't need to change anything, just click update. This will call `new WC_Order` and the fatal error shown relates to Action Scheduler. Now, I'm fully aware the easy answer to this is that its a 3rd party plugin not using `wc_get_order` when it should be. But how specifically is that causing Action Scheduler to fail? And is it possible to fail more gracefully? And why does it only happen right after the plugin is activated, and not consistently? EXAMPLE of code that is poorly written but definitely does exist in the plethora of available WooCommerce plugins out there: ``` <?php /* Plugin Name: WooCommerce Save Order Bug */ add_action( 'save_post', function( $post_id ) { //set some early returns. we only want this to happen when saving a shop order if ( defined( 'DOING_AUTOSAVE' ) && DOING_AUTOSAVE ) return; if ( ! isset( $_POST['post_type'] ) ) return; if ( 'shop_order' != $_POST['post_type'] ) return; if ( ! current_user_can( 'edit_post', $post_id ) ) return; //now we're presumably saving a shop order //lets create a WC_Order from this post_id $order = new WC_Order($post_id); //we don't even need to do anything with $order, the error will happen (or not) //but an example of something someone might be doing in this instance... //maybe we want to log every time one of our users saves an order //$order->add_order_note( "Order was updated by {$user_name}" ); }); ```
non_process
fatal error on order save in php first i ll say this is definitely a party plugin issue however i think action scheduler could handle this scenario gracefully maybe there s a way to prevent a fatal error in this scenario second i want to say i don t understand why this is happening someone smarter than me might be able to shed some light on that third the issue is not consistent it doesn t happen every time i save update an order from the admin area i did manage to find a way to reproduce it consistently but it s not really a situation that would happen often in order to produce the error i m seeing one could do the following clean install of wp install woocommerce activate and setup install a plugin that makes use of the action scheduler and has hooks for actions on a post save a good example of this would be to install mailchimp for woocommerce or woocommerce admin do not yet activate this plugin install a plugin which is incorrectly calling new wc order post id instead of wc get order post id and has that in a function which gets called on save post an example plugin is attached below the plugin does absolutely nothing but does call new wc order every time a shop order is saved create a new order and save it don t need to enter any info just need a created and saved blank order activate either mailchimp for woocommerce or the woocommerce admin plugin or presumably any other plugin which makes use of action scheduler on the update of an order go back to the order you created and update it don t need to change anything just click update this will call new wc order and the fatal error shown relates to action scheduler now i m fully aware the easy answer to this is that its a party plugin not using wc get order when it should be but how specifically is that causing action scheduler to fail and is it possible to fail more gracefully and why does it only happen right after the plugin is activated and not consistently example of code that is poorly written but definitely does exist in the plethora of available woocommerce plugins out there php plugin name woocommerce save order bug add action save post function post id set some early returns we only want this to happen when saving a shop order if defined doing autosave doing autosave return if isset post return if shop order post return if current user can edit post post id return now we re presumably saving a shop order lets create a wc order from this post id order new wc order post id we don t even need to do anything with order the error will happen or not but an example of something someone might be doing in this instance maybe we want to log every time one of our users saves an order order add order note order was updated by user name
0
118,256
25,282,570,270
IssuesEvent
2022-11-16 16:46:25
quiqueck/BetterNether
https://api.github.com/repos/quiqueck/BetterNether
closed
[Bug] Error Reported During Launch
⚡ compatibility 🎉 Dev Code
### What happened? [22:37:17] [Worker-Main-34/ERROR]: Couldn't load tag environmentz:warm_armor as it is missing following references: betternether:cincinnasite_helmet_chestplate (from Better Nether), betternether:cincinnasite_helmet_leggings (from Better Nether), betternether:cincinnasite_helmet_boots (from Better Nether) Log https://paste.ee/p/fUO7j ### BetterNether 7.1.1 ### BCLib 2.1.2 ### Fabric API 0.66.0 ### Fabric Loader 0.14.10 ### Minecraft 1.19.2 ### Relevant log output ```shell [22:37:17] [Worker-Main-34/ERROR]: Couldn't load tag environmentz:warm_armor as it is missing following references: betternether:cincinnasite_helmet_chestplate (from Better Nether), betternether:cincinnasite_helmet_leggings (from Better Nether), betternether:cincinnasite_helmet_boots (from Better Nether) ``` ### Other Mods _No response_
1.0
[Bug] Error Reported During Launch - ### What happened? [22:37:17] [Worker-Main-34/ERROR]: Couldn't load tag environmentz:warm_armor as it is missing following references: betternether:cincinnasite_helmet_chestplate (from Better Nether), betternether:cincinnasite_helmet_leggings (from Better Nether), betternether:cincinnasite_helmet_boots (from Better Nether) Log https://paste.ee/p/fUO7j ### BetterNether 7.1.1 ### BCLib 2.1.2 ### Fabric API 0.66.0 ### Fabric Loader 0.14.10 ### Minecraft 1.19.2 ### Relevant log output ```shell [22:37:17] [Worker-Main-34/ERROR]: Couldn't load tag environmentz:warm_armor as it is missing following references: betternether:cincinnasite_helmet_chestplate (from Better Nether), betternether:cincinnasite_helmet_leggings (from Better Nether), betternether:cincinnasite_helmet_boots (from Better Nether) ``` ### Other Mods _No response_
non_process
error reported during launch what happened couldn t load tag environmentz warm armor as it is missing following references betternether cincinnasite helmet chestplate from better nether betternether cincinnasite helmet leggings from better nether betternether cincinnasite helmet boots from better nether log betternether bclib fabric api fabric loader minecraft relevant log output shell couldn t load tag environmentz warm armor as it is missing following references betternether cincinnasite helmet chestplate from better nether betternether cincinnasite helmet leggings from better nether betternether cincinnasite helmet boots from better nether other mods no response
0
715,876
24,613,501,392
IssuesEvent
2022-10-15 02:51:16
ZPTXDev/Quaver
https://api.github.com/repos/ZPTXDev/Quaver
closed
Organize and take more advantage of aliases for TypeScript types
type:enhancement released released on @next priority:p2 status:confirmed
**Describe the feature** What feature are you proposing? `import type` for importing only for type declarations would be neater as well. **Priority** - [ ] High - [x] Medium - [ ] Low **List the benefits of adding such a feature** What will you gain from this feature? N/A **Is this feature request related to a problem?** Is there a problem with the current implementation (if any), or is there an issue that would be resolved with this feature? N/A
1.0
Organize and take more advantage of aliases for TypeScript types - **Describe the feature** What feature are you proposing? `import type` for importing only for type declarations would be neater as well. **Priority** - [ ] High - [x] Medium - [ ] Low **List the benefits of adding such a feature** What will you gain from this feature? N/A **Is this feature request related to a problem?** Is there a problem with the current implementation (if any), or is there an issue that would be resolved with this feature? N/A
non_process
organize and take more advantage of aliases for typescript types describe the feature what feature are you proposing import type for importing only for type declarations would be neater as well priority high medium low list the benefits of adding such a feature what will you gain from this feature n a is this feature request related to a problem is there a problem with the current implementation if any or is there an issue that would be resolved with this feature n a
0