Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

panic: no uidMappings key #44

Open
Tonyshuanghe opened this issue Nov 27, 2024 · 3 comments
Open

panic: no uidMappings key #44

Tonyshuanghe opened this issue Nov 27, 2024 · 3 comments

Comments

@Tonyshuanghe
Copy link

root@VM-12-12-ubuntu:~/mysql# ./mysql -p 33307:3306 --env-file ./env/profile.env -v ./data/mysql/db:/var/lib/mysql -v ./data/mysql/conf.d:/etc/mysql/conf.d -v ./conf/my.cnf:/etc/my.cnf -v ./data/mysql/backup:/opt/backup
unknown argument ignored: lazytime
thread 2125522 panic: no uidMappings key
Unwind error at address exe:0x1075145 (error.InvalidDebugInfo), trace may be incomplete

Aborted (core dumped)

@Tonyshuanghe
Copy link
Author

root@VM-12-12-ubuntu:~/mysql# docker run -d -p 33307:3306 --env-file ./env/profile.env -v ./data/mysql/db:/var/lib/mysql -v ./data/mysql/conf.d:/etc/mysql/conf.d -v ./conf/my.cnf:/etc/my.cnf -v ./data/mysql/backup:/opt/backup -v ./init:/docker-entrypoint-initdb.d/:ro mysql:8.0.15
ae32d55b23e6e4572ffb2e0288709a408533a996e2ee7d44215fde00f0e3eb27
Use the source image, Docker is running normally

@xxnuo
Copy link

xxnuo commented Dec 6, 2024

Reproduce:

$ dockerc --image docker://oven/bun --output bun

Getting image source signatures
Copying blob dfa013cb4398 done   | 
Copying blob 14dd44478a88 done   | 
Copying blob c2056d933cd6 done   | 
Copying blob 75f96bf28d0c done   | 
Copying blob e7ba314dd0b9 done   | 
Copying config e03e27dabb done   | 
Writing manifest to image destination
Parallel mksquashfs: Using 16 processors
Creating 4.0 filesystem on bun, block size 131072.
[==================================================================================================================================-] 6901/6901 100%

Exportable Squashfs 4.0 filesystem, zstd compressed, data block size 131072
	compressed data, compressed metadata, compressed fragments,
	no xattrs, compressed ids
	duplicates are removed
Filesystem size 78229.83 Kbytes (76.40 Mbytes)
	35.98% of uncompressed filesystem size (217433.08 Kbytes)
Inode table size 65773 bytes (64.23 Kbytes)
	27.17% of uncompressed inode table size (242061 bytes)
Directory table size 61815 bytes (60.37 Kbytes)
	43.95% of uncompressed directory table size (140639 bytes)
Number of duplicate files found 617
Number of inodes 7269
Number of files 5718
Number of fragments 495
Number of symbolic links 741
Number of device nodes 0
Number of fifo nodes 0
Number of socket nodes 0
Number of directories 810
Number of hard-links 2
Number of ids (unique uids + gids) 1
Number of uids 1
	root (0)
Number of gids 1
	root (0)

$ ./bun

unknown argument ignored: lazytime
Bun is a fast JavaScript runtime, package manager, bundler, and test runner. (1.1.38+bf2f153f5)

Usage: bun <command> [...flags] [...args]

Commands:
  run       ./my-script.ts       Execute a file with Bun
            lint                 Run a package.json script
  test                           Run unit tests with Bun
  x         bun-repl             Execute a package binary (CLI), installing if needed (bunx)
  repl                           Start a REPL session with Bun
  exec                           Run a shell script directly with Bun

  install                        Install dependencies for a package.json (bun i)
  add       lyra                 Add a dependency to package.json (bun a)
  remove    left-pad             Remove a dependency from package.json (bun rm)
  update    @remix-run/dev       Update outdated dependencies
  outdated                       Display latest versions of outdated dependencies
  link      [<package>]          Register or link a local npm package
  unlink                         Unregister a local npm package
  publish                        Publish a package to the npm registry
  patch <pkg>                    Prepare a package for patching
  pm <subcommand>                Additional package management utilities

  build     ./a.ts ./b.jsx       Bundle TypeScript & JavaScript into a single file

  init                           Start an empty Bun project from a blank template
  create    svelte               Create a new project from a template (bun c)
  upgrade                        Upgrade to latest version of Bun.
  <command> --help               Print help text for command.

Learn more about Bun:            https://bun.sh/docs
Join our Discord community:      https://bun.sh/discord

@NilsIrl NilsIrl changed the title unknown argument ignored: lazytime panic: no uidMappings key Dec 6, 2024
@NilsIrl
Copy link
Owner

NilsIrl commented Dec 6, 2024

The bug reported by @Tonyshuanghe is unrelated to the message saying "unknown argument ignored: lazytime". I have updated the title of the issue accordingly. @xxnuo feel free to create a new issue but this is unrelated. I have not looked at the lazytime debug output because it has not been an issue until now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants